我有以下代码:
var tf:TextFormat = new TextFormat();
tf.font = "arial";
aRButton.textField.antiAliasType = "advanced";
aRButton.setStyle("textFormat", tf);
aRButton.setStyle("embedFonts", true);
当我运行这个时,我在我的radiobutton上得到了抗锯齿,但瑞典人物å,ä和ö消失了。有没有办法手动嵌入这些字符?