Monday, April 21, 2008

Kerning Dynamic Text

var fmt:TextFormat = new TextFormat();
fmt.letterSpacing = 3;

myText_txt.text = "THIS TEXT NEEDS TO KERN";
myText_txt.setTextFormat(fmt);