class GmTextArea |
A TextArea displays more than one line of text and adheres to the given text justification and size constraints
GmTextArea () 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 | 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 | ~GmTextArea () Virtual destructor |
virtual void | splitText () Splits mText on whitespace at the required line breaks and caches the results |
A TextArea displays more than one line of text and adheres to the given text justification and size constraints
Alphabetic index HTML hierarchy of classes or Java