Adobe - Flash Quick Starts: Embedding fonts var myFont:Font = new Font1(); /* Create a new TextFormat object, and set the font property to the myFont object's fontName property. */ var myFormat:TextFormat = new TextFormat(); myFormat.font = myFont.fontName; myFormat.size = 24; with dynamicembedby 2 users