Pyrogenesis  trunk
Classes | Public Attributes | List of all members
CGUIString::TextChunk Struct Reference

A chunk of text that represents one call to the renderer. More...

#include <CGUIString.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.

Member Data Documentation

◆ m_From

int CGUIString::TextChunk::m_From

m_From and m_To is the range of the string

◆ m_Tags

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

Tags that are present.

[a][b]

◆ m_To

int CGUIString::TextChunk::m_To

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