Thread
:
Embedded Fonts
View Single Post
Nutrox
17 Creative Assets
2008-11-05 #
2
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.
Nutrox
View Public Profile
Visit Nutrox's homepage!
Find all posts by Nutrox