Hi I've a problem with tamil language.

I must show my pdf in this language.
Before this I showed my message in thai language, I solved my problem with
these two lines of code:

BaseFont bf = BaseFont.createFont("courmon.ttf", BaseFont.IDENTITY_H,
BaseFont.EMBEDDED);
Font font = new Font(bf, 12);


I thought that for the tamil language was the same thing... 
Instead when I choose a tamil font as Pothana2000.ttf, TSC_Comic.ttf,
TSC_Janani.ttf, Vemana.ttf ... 

I receive this exception: Pothana2000.ttf cannot be embedded due to
licensing restrictions.

Can someone suggest me another font for tamil language or different way?

Thank you in advance.
-- 
View this message in context: 
http://www.nabble.com/Tamil-language-tp25491928p25491928.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
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
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to