class
TextDisplay

package haxe.ui.core

Class that represents a framework specific method to display read-only text inside a component

depth:Int
height:Float
htmlText:String
id:String
read-only
isComponentOffscreen:Bool
left:Float
multiline:Bool
text:String
read-only
textHeight:Float
textStyle:Style
The style to use for this text
read-only
textWidth:Float
top:Float
width:Float
wordWrap:Bool


invalidateComponent(flag:String = InvalidationFlags.ALL):Void
isComponentInvalid(flag:String = InvalidationFlags.ALL):Bool
updateComponentDisplay():Void
validateComponent(nextFrame:Bool = true):Void