I created a report in iReport that contains formatting (fonts, bold and italic). In the preview of the iReport itself it appears correctly, but when I use it within a demoiselle-jsf-jpa project and export to PDF, it does not conform to the formatting.
I followed the wiki below the Jaspersoft community, which explains how to use the font extensions feature to solve the problem: link
In summary, iReports creates a JAR with fonts and their variations, which should be placed in the "ClassPath". Is this the same as putting on build path? I tried for Eclipse, adding JAR to build path, but it did not work.
Has anyone ever had this problem and been able to solve it?
demoiselle-jsf-jpa 2.4.2
JasperReports and iReport 4.0.1
Fernando