Thanks for replying Rob.  I did this in the document class, but nothing
happened.
Import flash.text.Font;

In the constructor:
Font.registerFont(XYZBold);

Then I tried:
Font.registerFont(new XYZBold().fontName);

But that didn't work either.  Where do you make it available?

- MM

> If your second font is not embedded in any text field but only  
available via linkage then while it is embedded in your file it is not  
available for usage. To make it available you need to use the  
registerFont function with your linked font. After that it should show  
up in any text field with embedFonts set to true.

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to