Label that displays rich text.
Label that displays rich text. Rich text can contain custom text, fonts, images and some basic formatting. It also adapts itself to given width/heights.
Clears the label's text.
Returns label's BBCode.
Returns the number of lines in the text.
Returns the text's visibility as a floating point value between 0.0 and 1.0.
Returns the label's text with the formatting removed.
Returns the total number of characters.
Returns the number of visible lines.
Returns [code]true[/code] if active scrolling is enabled.
Returns [code]true[/code] if the label's text can be selected.
Returns [code]true[/code] if the label has BBCode.
Adds a newline to the end of the rich text.
Sets the BBCode text to the label.
Sets the text's visibility. Takes a floating point value between 0.0 and 1.0.
If [code]true[/code] text can be selected.
If [code]true[/code] the label uses BBCode formatting. Default value: [code]false[/code].
The label's text in BBCode format.
If [code]true[/code] the label uses the custom font color. Default value: [code]false[/code].
The text's visibility, as a [float] between 0.0 and 1.0.
The restricted number of characters to display in the label.