> BaseFont bfComic = BaseFont.createFont("c:\\winnt\\fonts\\comic.ttf",
> BaseFont.IDENTITY_H, BaseFont.EMBEDDED);
> Font font = new Font(bfComic, 12);
> String text1 = "Some russian characters: \u1081\u1094";
> document.add(new Paragraph(text1, font));
Well, once again I have proven that it only takes little
to get lost big time.
It turned out my problem was that I forgot that the numbers
in Java-style Unicode escapes must be HEX!
Jass
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions