I have the following code:
var tf:TextFormat = new TextFormat();
tf.font = "arial";
aRButton.textField.antiAliasType = "advanced";
aRButton.setStyle("textFormat", tf);
aRButton.setStyle("embedFonts", true);
When i run this i get antialias on my radiobutton but the Swedish characters å, ä and ö disappears. Is there a way to manually embed these characters?