Public Member Functions | |
| text_chunk (subset_id subset) | |
| bool | operator== (text_chunk const &t) const |
| bool | operator!= (text_chunk const &t) const |
Public Attributes | |
| subset_id | subset |
| std::string | text |
|
inline |
Definition at line 117 of file font.cpp.
References operator==().
|
inline |
| subset_id text_chunk::subset |
Definition at line 119 of file font.cpp.
Referenced by operator==(), and split_text().
| std::string text_chunk::text |
Definition at line 120 of file font.cpp.
Referenced by operator==(), and split_text().
1.8.8