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