Re: [iText-questions] iTextAsian.jar does not handle Dutch character

2009-09-03 Thread Paulo Soares
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

[iText-questions] iTextAsian.jar does not handle Dutch character

2009-09-01 Thread Bin Liu
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);