> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Suprigya
> Sent: Monday, March 22, 2004 11:32 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] I18N Fonts
>

I assume in my answers that you are writing to a Graphics2D.
 
> 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.

Use text as shapes in PdfGraphics2D.

> 
> 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 

You must register the fonts in DefaultFontMapper.

> if the location 
> of the fonts is different for different boxes; how will it work then?

You must know where the fonts are.

Best Regards,
Paulo Soares


-------------------------------------------------------
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_id70&alloc_id638&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to