Quoting Anis h <[EMAIL PROTECTED]>:

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

No, by embedding the font you add the needed characters
to the PDF so that he doesn't need the arial.ttf on his
machine. That the whole concept of embedding.

Bruno


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