Definition at line 31 of file truetypefont.cpp.
Public Member Functions | |
TextChunk (const std::string &text, const gcn::Color &color) | |
~TextChunk () | |
bool | operator== (const TextChunk &chunk) const |
void | generate (TTF_Font *font) |
Public Attributes | |
Image * | img |
std::string | text |
gcn::Color | color |
TextChunk::TextChunk | ( | const std::string & | text, | |
const gcn::Color & | color | |||
) | [inline] |
Definition at line 34 of file truetypefont.cpp.
TextChunk::~TextChunk | ( | ) | [inline] |
Definition at line 39 of file truetypefont.cpp.
bool TextChunk::operator== | ( | const TextChunk & | chunk | ) | const [inline] |
Definition at line 44 of file truetypefont.cpp.
void TextChunk::generate | ( | TTF_Font * | font | ) | [inline] |
Definition at line 49 of file truetypefont.cpp.
Definition at line 70 of file truetypefont.cpp.
std::string TextChunk::text |
Definition at line 71 of file truetypefont.cpp.
gcn::Color TextChunk::color |
Definition at line 72 of file truetypefont.cpp.