The TextFormat, TextRange, and StyleSheet classes enumerate all your options. Each class has the same capabilities as the others so just pick the one you're most comfortable with. As for what the Flash Player has available, it has letterspacing (I think this is the same as tracking) and it supports "kerning" for embeded fonts. The closest thing the player has to wordspacing is an alignment value of "justify" (or full) but that's obviously not the same thing.
http://livedocs.adobe.com/flex/3/langref/flash/text/TextFormat.html http://livedocs.adobe.com/flex/3/langref/mx/controls/textClasses/TextRange.html http://livedocs.adobe.com/flex/3/langref/flash/text/StyleSheet.html You can also play the advanced styles shown in the UITextField class. Anti-aliasing, sharpness, etc can be set although I'm not sure how much good they do. - Daniel Freiman On Thu, Apr 3, 2008 at 5:26 PM, Dennis Falling <[EMAIL PROTECTED]> wrote: > I'm trying to make fonts more readable by adding character spacing to > them. Is this possible? It's an embedded font, but I haven't been able to > find a list of what parameters are valid when embedding a font. > > Thanks! > >

