You know how to embed one font's style in a dynamic textfield, right?
All you have to do, is create off-stage textfields embedding all 3 styles (normal, bold, italic... if you intend to use them...) of all fonts you intend to use in your on-stage textfield...
You can then use the first font's normal style embedded as you standard font, and then used font tags to select any other of the embedded fonts' styles in the off-stage textfields, to use them in your on-stage textfield.
This will add between 15-30KBs per font style embedded, depending on the range of the embedded characters.
|