A Label element for displaying only.
o-+ Component o-+ Label o-- MultiLineLabel
uses the current label's font and size to calculate how many lines can be displayed at the moment. The return value is floating point, as lines might not fit in completly.
description from overloaded method of Component:
called if the mouse was clicked on the component.description from overloaded method of Component:
called when the component was moved or resized. Overload this method for visual appearance. The zindex is the id to use for zordering the components. Return the newz value, reserving all the values that you require for your visual nodes.sets RGBA font color of the label
uses the current label's font and size to wrap the line by inserting \n characters. If a width is provided, the wrapping is done using this width