Hi;

 

When I call:

            font = FontFactory.getFont("Helvetica", BaseFont.IDENTITY_H,
true, 12.0, 0);

 

It fails. I have to call:

            font = FontFactory.getFont("Helvetica", "CP1252", true, 12.0,
0);

 

I remember something about this being posted before - but can't find it.
What is the scoop on this?

 

And what do I do if I have helvetica text that has Russian and Greek in it
(different code pages)?

 

Thanks - dave

 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to