| Class | Description |
---|
| BitmapFontTextEditor |
Renders text using starling.text.BitmapFont that may be
edited at runtime by the user. |
| BitmapFontTextRenderer |
Renders text using starling.text.BitmapFont. |
| StageTextTextEditor |
A Feathers text editor that uses the native flash.text.StageText
class in Adobe AIR, and the custom feathers.text.StageTextField
class (that simulates StageText using
flash.text.TextField) in Adobe Flash Player. |
| TextBlockTextEditor |
Renders text with a native flash.text.engine.TextBlock from
Flash Text Engine (FTE) that may be edited at runtime by the user. |
| TextBlockTextRenderer |
Renders text with a native flash.text.engine.TextBlock from
Flash Text Engine (FTE), and draws it to BitmapData to
convert to Starling textures. |
| TextFieldTextEditor |
A Feathers text editor that uses the native flash.text.TextField
class with its type property set to
flash.text.TextInputType.INPUT. |
| TextFieldTextEditorViewPort |
A text editor view port for the TextArea component that uses
flash.text.TextField. |
| TextFieldTextRenderer |
Renders text with a native flash.text.TextField and draws
it to BitmapData to convert to Starling textures. |