I have a tileList component and i was wondering how one might go about antialiasing the font inside of each label. I have the font embedded using:
leftList.setRendererStyle("embedFonts", true);
I have tried targeting the label specifically with no luck so far.
did not work.
var theTextField:TextField = leftList.label;
leftList.antiAliasType = "advanced";
anyone have and suggestions?
Thanks.