AM
> To: itext-questions@lists.sourceforge.net
> Cc: Bin Liu
> Subject: [iText-questions] iTextAsian.jar does not handle
> Dutch character
>
> Dear experts,
>
>
> From
> http://itextdocs.lowagie.com/tutorial/fonts/getting/index.php,
>
> <http://itextdocs
Dear experts,
From http://itextdocs.lowagie.com/tutorial/fonts/getting/index.php, I
took the following code to test out Asian characters.
BaseFont bfChinese = BaseFont.createFont("STSong-Light",
"UniGB-UCS2-H", BaseFont.NOT_EMBEDDED);
Font FontChinese = new Font(bfChinese, 12, Font.NORMAL);