Hi list,

ive got 2 fonts, both non standard that I'm playing with.

While doing:
ta_test.setStyle ("fontFamily", [font1here]);
ta_test.setStyle ("fontSize", 20);

i see the font in the textarea, although its not aliased.

If I do:
ta_test.setStyle ("fontFamily", [font2here]);
ta_test.setStyle ("fontSize", 20);

i see nothing.

Now the last result is exactly what I expect:), what baffles me, is that
some fonts still display, even though they're non standard.
If it because they are installed on my system, then why does it work for
font1 but not for font2.

Note that my fla is empty for a textarea called ta_test on stage.

Any ideas?

The only difference is that one is installed through adobe type manager
(font 1), and the other is a standard ttf font (font2)

Flash 8, windows.

greetz,
JC
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to