KERNING IN FLASH
KERNING IN FLASH
Out of context: Reply #7
- Started
- Last post
- 10 Responses
- cereals0
Just had a look in the help documents - this will work
var format:TextFormat = new TextFormat();
format.letterSpacing = 50;
txt.text = "Kerning";
txt.setTextFormat(format);