QualInsight / qualinsight-plugins-sonarqube-badges

Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
GNU Lesser General Public License v3.0
110 stars 141 forks source link

Detect and use available font #14

Closed pawlakm closed 8 years ago

pawlakm commented 8 years ago

"When FOP does not have a specific font at its disposal (because it's not installed in the operating system or set up in FOP's configuration), the font is replaced with "any". "any" is internally mapped to the Base-14 font "Times" (see above)."

As a result, as Verdana is missing on around 43% of linux installations, batik is unable to set the font family correctly.

Fix to implement:

Refused fix:

See:

pawlakm commented 8 years ago

first step fix, to be improved using xslt to set the font family correctly.