EastAsianJustifier.hx 308 B

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