tangs7 / alivepdf

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

writeText Chinese #233

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. var chineseFont:IFont = new ArialUnicodeMS(CidInfo.CHINESE_SIMPLIFIED);
2. myPDF.setFont(chineseFont,12,false);
3. myPDF.writeText(12, “中国”,null);

What is the expected output? What do you see instead?
nothing output

What version of the product are you using? On what operating system?
AlivePDFBeta 266  src266  win7

Please provide any additional information below.

Original issue reported on code.google.com by tjpu.he...@gmail.com on 25 Apr 2010 at 5:55

GoogleCodeExporter commented 8 years ago
Hi,

Did you use the UnicodePDF class ?

let me know,

Thibault

Original comment by thibault.imbert on 3 May 2010 at 11:01

GoogleCodeExporter commented 8 years ago
ok I forgot how to solve the problems 。think you for  thibault.imbert

Original comment by tjpu.he...@gmail.com on 5 May 2010 at 2:04