Esto ha cambiado con la Version..
con el MX se hacia asi:
Código:
componente.setStyleProperty("textFont", "Fuente");
componente.setStyleProperty("textSize", 8);
Ahora Con el MX2004 cambia a esto:
Código:
boton.setStyle("fontFamily", "Verdana");
boton.setStyle("fontSize", "15");
boton.setStyle("color", 0xFF0000);
boton.setStyle("fontStyle", "italic");
boton.setStyle("fontWeight", "bold");
Espero te Sirva....
Saludos!!