[swfmill] Fully justified text

Daniel Cassidy mail at danielcassidy.me.uk
Thu Nov 5 06:41:43 PST 2009


2009/11/5 Brad Goodman <brad at bradgoodman.com>:
> A little off-topic, but what about doing this programatically - like through
> Haxe code? I too, have never been able to get full-justify to work.

var format = textfield.getTextFormat();
format.align = "justify";
textfield.setTextFormat(format);



More information about the swfmill mailing list