Hi,
I tried with this.
Font f2;
BaseFont bf =
BaseFont.createFont(BaseFont.COURIER_BOLDOBLIQUE,
BaseFont.CP1250, true);
f2= new Font(bf,8);
Now i am getting some strange character "?10.00" .Can you help me to
display baht character?.
Thanks & Regards
Saravana
On Sat, May 21, 2011 at 5:10 PM, 1T3XT BVBA <[email protected]> wrote:
> 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
>
--
by
skumar
------------------------------------------------------------------------------
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