Op 21/05/2011 13:30, Saravana Kumar Ganesan schreef:
Hi Experts,
 When i am trying to display fees "*฿*5.00"  using the following code

Phrase p= new Phrase(new DecimalFormat("\ u0E3F"+"#0.00").format(5.00), font));

Thai currency is not appearing only decimal value is coming
When you create a Phrase that way, the font Helvetica is used.
The font Helvetica is NOT embedded and DOESN'T KNOW what the \u0E3F character looks like. You need to provide a font that has a glyph description for this Unicode character.
This is basic knowledge, please read the documentation.
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to