Closed GoogleCodeExporter closed 9 years ago
I changed that line in my PDF.as file to
fontSizePt = parseInt( String ( attr ) );
fontSizePt is the variable actually used to set the size of the text. Combined
with
changing the HTMLTag.attr type to XMLList (as discussed in your other issue),
this
seems to work.
Original comment by tcc.se...@gmail.com
on 24 Mar 2010 at 1:56
Hi tcc,
I did that too, I actually changed (added a stack) a bit of PDF.as to try to
address
all these issues I opened here. Only few of them are solved though.
Here's the class I derived from the original PDF.as, you can take a look if you
want.
Original comment by stephen....@gmail.com
on 24 Mar 2010 at 2:08
Attachments:
by the way, all my changes are tagged with
// toasted
Original comment by stephen....@gmail.com
on 24 Mar 2010 at 2:25
Good job with the font stack thing, I noticed the same issues and thought the
same
kind of solution would be needed. Good thing I found this issue before I coded
it up
myself :)
Original comment by dro...@gmail.com
on 29 Apr 2010 at 11:19
Hi. Where i can get MasterFont.as ?
Original comment by nnikolo...@gmail.com
on 29 Oct 2010 at 10:11
fixed in r281. Now Fontsize are correctly processed. Please refer to the
"writeFlashHtmlText how-to" in
http://code.google.com/p/alivepdf/wiki/APIAdditions .
Original comment by felix.ge...@gmail.com
on 8 Oct 2011 at 8:42
Original issue reported on code.google.com by
stephen....@gmail.com
on 2 Mar 2010 at 5:07