TGUI
1.5
|
Describes a text piece, before turning it into an actual Text object. More...
#include <TGUI/Text.hpp>
Public Attributes | |
unsigned int | characterSize |
unsigned int | style |
Color | color |
String | text |
Vector2u | gapSize |
Describes a text piece, before turning it into an actual Text object.
This is used to word-wrap multiple text pieces (e.g. in RichTextLabel) without having to create Text objects for each piece until after the word-wrap is completed.