#include <lyr_freetype.h>
Public Member Functions | |
TextLine () | |
void | clear_and_free () |
int | actual_height () const |
Public Attributes | |
int | width |
std::vector< Glyph > | glyph_table |
TextLine::TextLine | ( | ) | [inline] |
void TextLine::clear_and_free | ( | ) |
References glyph_table.
int TextLine::actual_height | ( | ) | const [inline] |
References glyph_table.
int TextLine::width |
std::vector<Glyph> TextLine::glyph_table |
Referenced by actual_height(), and clear_and_free().