Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Attributes | List of all members
CGUIString::TextChunk Struct Reference

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< Tagm_Tags
 Tags that are present. More...
 

Detailed Description

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.

Definition at line 184 of file GUItext.h.

Member Data Documentation

int CGUIString::TextChunk::m_From

m_From and m_To is the range of the string

Definition at line 241 of file GUItext.h.

std::vector<Tag> CGUIString::TextChunk::m_Tags

Tags that are present.

[A][B]

Definition at line 246 of file GUItext.h.

int CGUIString::TextChunk::m_To

Definition at line 241 of file GUItext.h.


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