GG
|
Holds the state of tags during rendering of text. More...
#include <Font.h>
Public Member Functions | |
RenderState () | |
Public Attributes | |
std::size_t | use_italics |
std::size_t | draw_underline |
std::stack< Clr > | colors |
Holds the state of tags during rendering of text.
By keeping track of this state across multiple calls to RenderText(), the user can preserve the functionality of the text formatting tags, if present.
std::size_t GG::Font::RenderState::use_italics |
std::size_t GG::Font::RenderState::draw_underline |
std::stack<Clr> GG::Font::RenderState::colors |