TGUI  1.3-dev
Loading...
Searching...
No Matches
tgui::Text::Blueprint Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: