sivarajankumar / alivepdf

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

UnicodePDF bugs when using addImage addText mixed #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setFont(new ArialUnicodeMS,12,false)
2. addText
3. addImage

it will throw error,i think it's a bug when the charset is setted to 
unicode,the addtex && addImage can't use mixed

i'm using 0.1.5, on winxp

and i also found that when i try to generate pdf by using addImage,the pdf 
will be corrupted,the displayobject is my custom component based on 
canvas,which contained in a titlewindow

Original issue reported on code.google.com by mr.tan...@gmail.com on 13 Aug 2009 at 2:22