View source
interface ITextControl
package feathers.core
extends IUIControl
extended by TextFieldViewPort, Button, FormItem, Header, Label, TextArea, TextCallout, TextInput, ToggleButton
A user interface control that displays text.
Available since
1.0.0
.Variables
read onlybaseline:Float
The baseline of the text, measured from the top of the control. May be used in layouts.
Note: This property may not return the correct value when the control is
in an invalid state. To be safe, call validateNow()
before accessing
this value.
Available since
1.0.0
.