openfl.text
.. | |
---|---|
AntiAliasType | The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class. |
Font | The Font class is used to manage embedded fonts in SWF files. Embedded fonts are represented as a subclass of the Font class. The Font class is currently useful only to find out information about embedded fonts; you cannot alter a font by using this class. You cannot use the Font class to load external fonts, or to create an instance of a Font object by itself. Use the Font class as an abstract base class. |
FontStyle | The FontStyle class provides values for the TextRenderer class. |
FontType | The FontType class contains the enumerated constants
|
GridFitType | |
TextField | The TextField class is used to create display objects for text display and
input. |
TextFieldAutoSize | The TextFieldAutoSize class is an enumeration of constant values used in
setting the |
TextFieldType | The TextFieldType class is an enumeration of constant values used in
setting the |
TextFormat | The TextFormat class represents character formatting information. Use the TextFormat class to create specific text formatting for text fields. You can apply text formatting to both static and dynamic text fields. The properties of the TextFormat class apply to device and embedded fonts. However, for embedded fonts, bold and italic text actually require specific fonts. If you want to display bold or italic text with an embedded font, you need to embed the bold and italic variations of that font. |
TextFormatAlign | The TextFormatAlign class provides values for text alignment in the TextFormat class. |
TextLineMetrics | The TextLineMetrics class contains information about the text position and
measurements of a line of text within a text field. All measurements are in
pixels. Objects of this class are returned by the
|