Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <painttext.h>
Public Member Functions | |
LayoutState (float lineSpacing=0.0, float permSpacing=0.0) | |
Public Attributes | |
vector< GFXColor > | colorStack |
vector< Font > | fontStack |
float | currentLineSpacing |
float | permanentLineSpacing |
Definition at line 186 of file painttext.h.
Definition at line 194 of file painttext.h.
vector< GFXColor > PaintText::LayoutState::colorStack |
Definition at line 188 of file painttext.h.
Referenced by PaintText::addFragment(), PaintText::calcLayout(), and PaintText::parseFormat().
float PaintText::LayoutState::currentLineSpacing |
Definition at line 190 of file painttext.h.
Referenced by PaintText::calcLayout(), and PaintText::parseFormat().
vector< Font > PaintText::LayoutState::fontStack |
Definition at line 189 of file painttext.h.
Referenced by PaintText::addFragment(), PaintText::calcLayout(), PaintText::parseFormat(), PaintText::parseFragmentsWithCharBreak(), and PaintText::parseFragmentsWithWordBreak().
float PaintText::LayoutState::permanentLineSpacing |
Definition at line 191 of file painttext.h.
Referenced by PaintText::calcLayout(), and PaintText::parseFormat().