ActionScript
How to use embed font in your ActionScript Flash application
To use embed font in your Flash application you need to do next: 1. Declare font and show TTF font location take care about embedAsCFF=”false”. This is important part of code. 2. Create TextFormat object and use embed font it in. 3. Create TextField object and start using TextFormat object Read more…