[#1200] - TTC(TrueType Collection) fonts in iReport 2.0.x

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.

anlong13's picture
Joined: Oct 23 2007 - 2:41am
Last seen: 15 years 5 months ago
Feedback
randomness