PDA

View Full Version : External Font Problem


Dae
10-15-2005, 02:45 AM
Hey,

I've loaded an external library into a flash page to get a font. The font works fine when its static, but when its dynamic its not anti-aliased. However in the tutorial I watched about loading exteral fonts his were dynamic but had no problems.

Really appreciate the help, thanks!

D-flyer
10-20-2005, 09:07 AM
I think you will need a new textformat and TextField.antiAliasType="normal";

This might be useful
http://www.macromedia.com/devnet/flash/articles/graphic_effects_guide_07.html

oldnewbie
10-20-2005, 04:45 PM
Font needs to be manually embedded in a dynamic textfield.
With static text, the font is automatically embedded.