我有一个 tileList 组件,我想知道如何对每个标签内的字体进行抗锯齿处理。我使用以下方法嵌入字体:
leftList.setRendererStyle("embedFonts", true);
到目前为止,我已经尝试专门针对该标签而没有运气。
不工作。
var theTextField:TextField = leftList.label;
leftList.antiAliasType = "advanced";
有人有和建议吗?
谢谢。
我有一个 tileList 组件,我想知道如何对每个标签内的字体进行抗锯齿处理。我使用以下方法嵌入字体:
leftList.setRendererStyle("embedFonts", true);
到目前为止,我已经尝试专门针对该标签而没有运气。
不工作。
var theTextField:TextField = leftList.label;
leftList.antiAliasType = "advanced";
有人有和建议吗?
谢谢。