Is there a way to use java.awt.Font object for displaying text. The text can be English, Chinese, Japanese or Korean and I need to use the applicable font.
For example, for Korean, the font is: new Font( "GulimChe", fontType, fontSize ); How can I achieve displaying unicode text for different languages using iText? Do I need to register these fonts with FontFactory?Also, what if the location of the fonts is different for different boxes; how will it work then? Thanks for all your help. -Suprigya ------------------------------------------------------- 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
