claus / as3swf

Low level Actionscript 3 library to parse, create, modify and publish SWF files.
MIT License
525 stars 127 forks source link

fontHeight not read while hasFontClass is true in TagDefineEditText #44

Closed 0xE1 closed 6 years ago

0xE1 commented 8 years ago

fontHeight should be read when hasFont or hasFontClass is true.

Currently it's only being read when hasFont is true.

Ref: http://sourceforge.net/adobe/swfinvestigator/code/17/tree/trunk/SWFInvestigator/src/decompiler/swfdump/TagDecoder.as#l1191

sbijoshj commented 6 years ago

Oh hey this might be fixed now in 22b520fab74093bef5eb6d61d3593d337289003e

claus commented 6 years ago

Ya it is! Closing.