Label

Provides the necessary functionalities and properties to a Widget to display static text.

See Also

Static Variables


Name Description
widget Parent Widget where the Label component is defined.
length Total amount of characters currently cached.
font Reference to the Font used by the active Label.
size Size of the string in pixels based on the current Font used by the Label.

Variables


Name Description
margin Specify the margin to use when drawing the Label.
centered Determine if the string of the Label should be centered.
selection The current text selection represented by the character index where the selection begin (X component) and the end index (Y component).
highlight Similar as selection; this property provides a way to visually highlight a sub-string.
string The current text the Label should display.

Functions


Name Description
WordWrap Force words that are end up outside of the Label width to be placed on the next line.
GetAlignment Helper that return the Label alignment size in pixels taking in consideration if its margin and centered state.
SetFont Set the Font to use to draw the Label string.




NRG - API 2022.4.384543 - Fri Nov 4 2022
Copyright © 2022 nrgcore.com. All Rights Reserved. Terms of Service - Privacy Policy - EULA