elgatoboi / fxpdf

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

Error when encounter new line mark #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use HPDF_Page_TextOut or any other function to display text
2. Text is ordinary string from flex textarea
3.

What is the expected output? What do you see instead?
With one line of text everything is ok, but when text is for example "abc\ndef" 
or just passed from textarea i get error "cannot find value10 in unicode map".

What version of the product are you using? On what operating system?
Windows XP, Flash Builder 4

Please provide any additional information below.
Is there any easy way to display multiple rows? Maybe there is some kind of 
char i should convert "\n" to before passing to FxPDF functions? I tried using 
HPDF_Page_ShowTextNextLine but without result.

Original issue reported on code.google.com by LukaszWi...@gmail.com on 30 Mar 2011 at 11:31

GoogleCodeExporter commented 9 years ago
Yeah, I have experienced the same thing...

Original comment by szatan...@gmail.com on 7 May 2011 at 3:10