Christoph Wagner wrote: > If Java and because of that iText is unable to read the font > correctly which font is then embedded into the document?
That's a pure Java question. There's a huge difference between java.awt.Font and com.itextpdf.text.Font / com.itextpdf.text.pdf.BaseFont. > Does iText support the ttc format at all? Yes, but maybe you should look at Mark's suggestion to use a FontMapper (don't combine it with createGraphicsShapes()). That way you can instruct iText to map a certain java.awt.Font to a specific com.itextpdf.text.pdf.BaseFont -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
