claus / as3swf

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

add fix for actual dynamic text parsing behavior #49

Closed sbijoshj closed 6 years ago

sbijoshj commented 6 years ago

despite what the docs say, the actual parsing behavior must look for a fontHeight if either hasFont or hasFontClass is true

claus commented 6 years ago

Thank you!