/bin/std/flash9/text/engine/TextJustifier.hx
http://github.com/Yoomee/clippy · Haxe · 10 lines · 8 code · 1 blank · 1 comment · 0 complexity · 04d5848b8cf999d940e4e61b23cb5318 MD5 · raw file
- package flash.text.engine;
- extern class TextJustifier {
- function new(locale : String, lineJustification : flash.text.engine.LineJustification) : Void;
- function clone() : flash.text.engine.TextJustifier;
- var lineJustification : flash.text.engine.LineJustification;
- var locale(default,null) : String;
- //private function setLocale(value : String) : Void;
- static function getJustifierForLocale(locale : String) : flash.text.engine.TextJustifier;
- }