Christoph Wagner wrote:
> Hi,
> 
> I have written some code that prints a PDF using the wonderful
> PdfGraphics2D class from iText.
> When printing text using LucidaGrande on SnowLeopard the umlaut
> characters are missing. When printing the exact same data on Leopard
> everything works. On SL it also works when using Arial for example. 
> I checked the fonts from both platforms and on SL the LucidaGrande is
> no longer a dfont but a ttc font.
> I also tested iText 5.0 and the problem also exists there. 
> 
> Do you have any idea how to solve this problem?

You've answered the question yourself.
It's not an iText problem because the code works with Arial,
and even with one of the LucindaGrande fonts.
However, the LucidaGrande font you're using on SnowLeopard
apparently doesn't have the glyphs with umlaut.
Copy the font from Leopard to SnowLeopard and use that one
(that is: if you are licensed to use that font).
-- 
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/

Reply via email to