Hi,

This is how I have declared my tamil unicode font

Dim bflatha As BaseFont = BaseFont.CreateFont("C:\WINDOWS\Fonts\latha.ttf",
BaseFont.IDENTITY_H, BaseFont.EMBEDDED)

Dim Font As Font = New Font(bflatha, 6.7)

dim ph as phrase = New Phrase("வாக்காளர் பெயர் : ", font)

If I add this phrase to my document, the letters in " பெ " gets
interchanged. Further "Thu" letter gets displayed wrongly.

If I copy the same text from PDF and put it into some word file, it gets
displayed correctly.

Can anyone help me with this?
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
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