Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <painttext.h>
Public Attributes | |
float | height |
float | width |
float | x |
float | baseLine |
vector< TextFragment > | fragments |
Definition at line 176 of file painttext.h.
float PaintText::TextLine::baseLine |
Definition at line 181 of file painttext.h.
Referenced by PaintText::calcLayout(), and PaintText::drawLines().
vector< TextFragment > PaintText::TextLine::fragments |
Definition at line 182 of file painttext.h.
Referenced by PaintText::addFragment(), PaintText::calcLayout(), PaintText::drawLines(), and PaintText::parseFragmentsWithCharBreak().
float PaintText::TextLine::height |
Definition at line 178 of file painttext.h.
Referenced by PaintText::calcLayout(), and PaintText::drawLines().
float PaintText::TextLine::width |
Definition at line 179 of file painttext.h.
Referenced by PaintText::lineInset(), and PaintText::parseFragmentsWithCharBreak().
float PaintText::TextLine::x |
Definition at line 180 of file painttext.h.
Referenced by PaintText::calcLayout(), and PaintText::drawLines().