dovrebbere essere cosi :master:



codice:
//Dichiaro il formato myformat
var myformat:TextFormat = new TextFormat();

//Imposto il leading a 0
myformat.leading = 0;

//Assegno il formato al text1.text
text1.text.setTextFormat(myformat);