Hi;
This code throws an exception:
Font font = FontFactory.getFont("Times", BaseFont.IDENTITY_H, true, 24.0,
2);
This code gives me a font that is "Times-Italic":
Font font = FontFactory.getFont("Times", "Cp1252", true, 24.0, 2);
Any idea why I can't get the font when it's IDENTITY_H mapping? This is a
big issue not just because it doesn't give me the font but because the
process of not finding it and throwing the exception takes a lot of
processing time. Turns a 3 second report generation into a 249 second report
generation (calling getFont a lot).
Thanks - dave
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions