Pyrogenesis
13997
|
A chunk of text that represents one call to the renderer. More...
#include <GUItext.h>
Classes | |
struct | Tag |
A tag looks like this "Hello [B]there[/B] little". More... | |
Public Attributes | |
int | m_From |
m_From and m_To is the range of the string More... | |
int | m_To |
std::vector< Tag > | m_Tags |
Tags that are present. More... | |
A chunk of text that represents one call to the renderer.
In other words, all text in one chunk, will be drawn exactly with the same settings.
int CGUIString::TextChunk::m_From |
std::vector<Tag> CGUIString::TextChunk::m_Tags |