Supported Text-Settings
- _alpha : Number
Sets or retrieves the alpha transparency value of the text field.
- antiAliasType : String
The type of anti-aliasing used for this TextField instance.
- autoSize : String
Controls automatic sizing and alignment of text fields.
- background : Boolean
Specifies if the text field has a background fill.
- backgroundColor : Number
The color of the text field background.
- border : Boolean
Specifies if the text field has a border.
- borderColor : Number
The color of the text field border.
- condenseWhite : Boolean
A Boolean value that specifies whether extra white space (spaces, line breaks, and
so on) in an HTML text field should be removed when the field is rendered in a browser.
- gridFitType : String
The type of grid fitting used for this TextField instance.
- html : Boolean
A flag that indicates whether the text field contains an HTML representation.
- multiline : Boolean
Indicates whether the text field is a multiline text field.
- _quality : String
The rendering quality used for a SWF file.
- _rotation : Number
The rotation of the text field, in degrees, from its original orientation.
- sharpness : Number
The sharpness of the glyph edges in this TextField instance.
- thickness : Number
The thickness of the glyph edges in this TextField instance.
- wordWrap : Boolean
A Boolean value that indicates if the text field has word wrap.