#include <Font.h>
Classes | |
| struct | CharData |
| Contains the extent, the index into the original string, and the text formatting tags that should be applied before rendering of a visible glyph. More... | |
Public Member Functions | |
| LineData () | |
| X | Width () const |
| bool | Empty () const |
Public Attributes | |
| std::vector< CharData > | char_data |
| Alignment | justification |
char_data contains the visible glyphs for each line, plus any text formatting tags present on that line as well.
Definition at line 273 of file Font.h.
| GG::Font::LineData::LineData | ( | ) |
Default ctor.
| X GG::Font::LineData::Width | ( | ) | const |
Returns the width of the line.
| bool GG::Font::LineData::Empty | ( | ) | const |
Returns true iff char_data has size 0.
| std::vector<CharData> GG::Font::LineData::char_data |
| Alignment GG::Font::LineData::justification |
1.5.9