I'm trying to figure out how to use small caps in text areas in AS3.
Right now I'm doing a work around were i wrote a function that replaces lower case letters with a capital letter in a smaller font size. This works OK, however the real Small Caps glyphs that are included in the font look better.
There is a reference here:
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"
however, I can't figure out how to apply it to a text area.