Category: | Bug report |
Priority: | High |
Status: | Assigned |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
this bug http://jasperforge.org/sf/go/artf1650?nav=1
is not corrected in iReport 2.0.x. Code Source of FontListLoader.java is still: com.lowagie.text.pdf.BaseFont bf = com.lowagie.text.FontFactory.getFont(file.getPath() + file.separator + files[i]).
getBaseFont();
instead of:
com.lowagie.text.pdf.BaseFont bf = com.lowagie.text.pdf.BaseFont.createFont(file.getPath() + file.separator + files[i] +
"," + a);
Then, iReport doesn't load all fonts specified in font path option.