#include <Font.h>
Public Member Functions | |
CharData () | |
CharData (X extent_, StrSize str_index, StrSize str_size, CPSize cp_index, const std::vector< boost::shared_ptr< TextElement > > &tags_) | |
Public Attributes | |
X | extent |
StrSize | string_index |
StrSize | string_size |
CPSize | code_point_index |
std::vector< boost::shared_ptr < FormattingTag > > | tags |
Definition at line 280 of file Font.h.
GG::Font::LineData::CharData::CharData | ( | ) |
Defauilt ctor.
GG::Font::LineData::CharData::CharData | ( | X | extent_, | |
StrSize | str_index, | |||
StrSize | str_size, | |||
CPSize | cp_index, | |||
const std::vector< boost::shared_ptr< TextElement > > & | tags_ | |||
) |
Ctor.
std::vector<boost::shared_ptr<FormattingTag> > GG::Font::LineData::CharData::tags |