Hi all people of the good will
var label:TextField ;
var format:TextFormat;
label.defaultTextFormat = format;
label.defaultTextFormat = format , is the standard way to implement format
If I do’t want to create
var format:TextFormat;
How can I implement TextFormat then ? for example leftMargin
Thanks