Programmatically embed fonts with AS3

July 21, 2010

I just learned how to embed a font into an AS3 class I am developing—without doing anything in the Flash IDE! Credit goes to this blog and this answer on stackoverflow.com. Where’s your font file? Find the location of the truetype (TTF) file for the font you are going to embed. I am using Futura [...]

0