Hello,

I need to use Arial font  and I am planning to create
the font as shown below.. 


BaseFont arial = BaseFont.createFont("arial.ttf",
BaseFont.WINANSI, BaseFont.EMBEDDED);
Font font = new Font(arial, 12, Font.NORMAL);

will there be a problem if the client system does not
support Arial? 

I couldn't  quite understand the concept of embedding
fonts ..  does it mean , if we embed a font .. we will
not have any problem if the client pc's does not have
the font 


Please let me know.




__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to