class GmTextArea |
A TextArea displays more than one line of text and adheres to the given text justification and size constraints
![]() | GmTextArea () Standard constructor |
![]() | 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. |
![]() | render2d (GmTypes::RenderOptionType renderOptions) Renders this label to a 2D image buffer. |
![]() | setText (char* text) Sets the text of this text widget to the given text. |
![]() | 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. |
![]() | setTextJustification (GmTypes::JustificationType horizontal, GmTypes::JustificationType vertical) Sets the horizontal and vertical text justification for the widget text. |
![]() | 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. |
![]() | ~GmTextArea () Virtual destructor |
![]() | 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