Jeff-Lewis / alivepdf

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

writeFlashHtmlText Underline causes #120

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a string (at least 2 lines of text);
2. add <u></u> tags
3. write string with writeFlashHtmlText
4. save PDF (Method.LOCAL using a FileReference) (FP10)

What is the expected output? What do you see instead?
You should see some underlined text in one place then a continuation of
normal text

Instead any text past the <u> </u> tags are force to wrap if it contains
more characters than the underlined text.

What version of the product are you using? On what operating system?
0.1.4.8, windowsXP, Flash player 10

Please provide any additional information below.

Original issue reported on code.google.com by TrueMob...@gmail.com on 30 Apr 2009 at 3:43