Thread: Embedded Fonts
View Single Post
Nutrox's Avatar Nutrox Nutrox is offline Super Moderator 17 Creative Assets 2008-11-05 #2 Old  
You don't use the linkage ID for fonts, you use the actual font name. Font linkage IDs are pretty irrelevant really.

Code:
my_fnt.font = "Arial";
If embedFonts is true Flash looks in the SWF for the font, otherwise it looks in OS directories. Not sure about some of TextFormat properties becoming null, I have never noticed anything strange happening with that.
Reply With Quote