spadged / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Chinese Character Error #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. var myPDF:PDF=new UnicodePDF(Orientation.PORTRAIT, Unit.MM, Size.A5);
    myPDF.setFont(new ArialUnicodeMS(), 12);
    myPDF.addText("姓\u540D:庞鑫",25,30);
    myPDF.addText("姓名:asd",25,46);
2. export pdf
3. the character "名" error

What is the expected output? What do you see instead?
I use adobe player ,the "名" is "吊"  Foxit Reader right 

What version of the product are you using? On what operating system?
windows xp,Foxit Reader 2.3,Adobe Reader 9,AlivePDF 266 beta from svn, 

Please provide any additional information below.
i can output chinese,Some characters wrong with Adobe Reader 9
I would like to know adobe error or AlivePDF error, how to solve 
help me!  thinks a lot

Original issue reported on code.google.com by tjpu.he...@gmail.com on 5 May 2010 at 1:58

GoogleCodeExporter commented 9 years ago
I keep getting a compile time error:
1180: Call to a possibly undefined method ArialUnicodeMS
at line: myPDF.setFont(new ArialUnicodeMS(), 12); 
I have included "import org.alivepdf.fonts.unicodefonts;" 
What else did I miss? I am new to AlivePdf.

Thanks!

Original comment by susanna...@gmail.com on 21 Jun 2011 at 10:00

GoogleCodeExporter commented 9 years ago
hi,susanna...@gmail.com,you should download the latest svn version and compile 
it to swc,1.5 rc don't have this font (ArialUnicodeMS).

Original comment by gif...@gmail.com on 14 Jul 2011 at 2:26