RE: [Flashcoders] Anti-aliased text in components

2007-04-09 Thread Randy Tinfow
, 2007 9:23 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Anti-aliased text in components ...just use global styles to set the font on the components to an embedded font in your swf. The components aren't anti-aliased because they use device fonts. -josh On Apr 5

Re: [Flashcoders] Anti-aliased text in components

2007-04-06 Thread Josh Santangelo
...just use global styles to set the font on the components to an embedded font in your swf. The components aren't anti-aliased because they use device fonts. -josh On Apr 5, 2007, at 9:36 AM, Randy Tinfow wrote: I'm trying to make the text inside all macromedia components to be

[Flashcoders] Anti-aliased text in components

2007-04-05 Thread Randy Tinfow
I'm trying to make the text inside all macromedia components to be Anti-aliased. This has proven to be quite difficult. I would rather have a class that takes care of all of it, so here's what I have so far: class net.imageplant.AntiAliaser { private static var _arrChecked:Array;