eclipse-birt / birt

Eclipse BIRT™ The open source reporting and data visualization project.
http://www.eclipse.org/birt
Eclipse Public License 2.0
458 stars 394 forks source link

Adding new fonts on linux system #1940

Closed alex-axiobit closed 1 month ago

alex-axiobit commented 1 month ago

I am trying to use new fonts in my reports but they don't show on linux deployment with tomcat. O windows on development it works just fine.

On linux I have installed the new fonts in /usr/share/fonts/truetype and tested to see if they are available to java and they are. Though the rendered reports as pdf do not display the fonts i want.

alex-axiobit commented 1 month ago

Nvm, i found a solution.

The font files must be placed directly in /usr/share/fonts/truetype . Birt will not search in subfolder.