| 1234567 |
- package flash.text.engine;
- @:final extern class EastAsianJustifier extends TextJustifier {
- var composeTrailingIdeographicSpaces : Bool;
- var justificationStyle : JustificationStyle;
- function new(?locale : String, ?lineJustification : LineJustification, ?justificationStyle : JustificationStyle) : Void;
- }
|