We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample fla + swf: fonts.zip
The flash file above contains 3 text fields with 3 different fonts.
On processing the swf I see this:
src/swf/SWFTimelineContainer.hx:258: WARNING: excess bytes: 2, Tag: DefineFont3, Index: 3 src/swf/SWFTimelineContainer.hx:258: WARNING: excess bytes: 2, Tag: DefineFont3, Index: 7 src/swf/SWFTimelineContainer.hx:258: WARNING: excess bytes: 2, Tag: DefineFont3, Index: 11
If I add a dynamic text field with the same font family as one of the static text fields, then one of the warnings disappears.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sample fla + swf:
fonts.zip
The flash file above contains 3 text fields with 3 different fonts.
On processing the swf I see this:
If I add a dynamic text field with the same font family as one of the static text fields, then one of the warnings disappears.
The text was updated successfully, but these errors were encountered: