class GmLabel |
The label widget is used to display a text string as part of the interface.
GmLabel () Standard constructor | |
virtual void | applyLayout (float minX, float minY, float minZ, float maxX, float maxY, float maxZ) Repositions and resizes this component based on parameters passed into the method. |
virtual void | render2d (GmTypes::RenderOptionType renderOptions) Renders this label to a 2D image buffer. |
virtual void | setText (char* text) Sets the text of this text widget to the given text. |
virtual void | setTextColor (float r, float g, float b, float a) Sets the display color of the text to the given red, green, blue and alpha values. |
virtual void | setTextColor (GlmColor4* color) Sets the display color of the text. |
virtual void | setTextJustification (GmTypes::JustificationType horizontal, GmTypes::JustificationType vertical) Sets the horizontal and vertical text justification for the widget text. |
virtual void | setTextPointSize (float pointSize) Sets the point size of the text, this will affect the size at which the font is rendered for the text string. |
virtual | ~GmLabel () Virtual destructor |
int | mTextDisplayListId Holds the internal OGLFT text displaylist ID |
The label widget is used to display a text string as part of the interface. It is used for information purposes for the most part.
Alphabetic index HTML hierarchy of classes or Java