0
I have a java web project that runs on a linux server. This project has reports created in Ireport with custom fonts, but these fonts are not displayed when I call the reports in this project. I already followed the tutorial exposed here How to change iReport generated PDF source? But even adding the JAR in the build path of the project the fonts are not recognized.
NOTE: I am exporting the reports in pdf, and when I created the font jar in Ireport I took care to mark the option to "embed" the fonts.
OBS2: I’m using common fonts like Times New Roman(I got the default font from a micro windows).
I did it the way you said it, but it didn’t work. I also created the jasperreports_extension.properties file and put it in src/main/Resources/ . My project is an EJB that runs inside an EAR on the server, I don’t know if it influences something.
– hebertrfreitas