Interface Label
access this type via: ui.Label (provides, requires or uses)
--- extends:GraphicsObject
A rendered piece of text on a grapical interface.
Functions
Label(char text[])
void setFont(storeFont f)
void setText(char text[])
void setColor(storeColor c)
Label(char text[])
Create a new label, with the given text.
void setFont(storeFont f)
Set the font of the label.
void setText(char text[])
Set the text shown on the label.
void setColor(storeColor c)
Set the colour of the label.