I am trying to use ColumnText.showTextAligned to display text in a 
header/footer, but it swallows the arabic/hebrew glyphs.

To exemplify the problem I've used the RightToLeft.java from the 'iText 
Tutorial' and added the following:

            ColumnText.showTextAligned(cb, 
                    PdfContentByte.ALIGN_RIGHT, new Phrase(ar1), 
                    document.right(), document.top() + f2.getCalculatedSize(), 
0, 
                    PdfWriter.RUN_DIRECTION_RTL, ColumnText.AR_NOVOWEL);

Only ": + ," shows in the PDF.

Before I start digging through the source: Does someone have any information on 
whether this is supposed to work?  ... or what would be even better, some 
suggestion on making it work.

Thanks.


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to