Another great tip by the man with the golden smile Jannes Van de Maele about embedding fonts, this time for components.

Check out this small example and quiver with joy and utter amazement!

var radioButton : RadioButton = new RadioButton();
 
var myFormat : TextFormat = new TextFormat();
myFormat.font = TextManager.HELVETICA_NEUE;
radioButton.setStyle("textFormat", myFormat);
radioButton.setStyle( "embedFonts", true );

That’s it for now, kids! More to come soon though!