#include <Font.h>
Public Member Functions | |
RenderState () | |
Public Attributes | |
bool | ignore_tags |
bool | use_italics |
bool | draw_underline |
bool | color_set |
Clr | curr_color |
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 202 of file Font.h.
GG::Font::RenderState::RenderState | ( | ) |
default ctor