Public Member Functions | |
| font_id (subset_id subset, int size) | |
| font_id (subset_id subset, int size, int style) | |
| bool | operator== (const font_id &o) const |
| bool | operator< (const font_id &o) const |
Public Attributes | |
| subset_id | subset |
| int | size |
| int | style |
|
inline |
|
inline |
| int font_id::size |
Definition at line 87 of file font.cpp.
Referenced by operator<(), and operator==().
| int font_id::style |
Definition at line 88 of file font.cpp.
Referenced by operator<(), and operator==().
| subset_id font_id::subset |
Definition at line 86 of file font.cpp.
Referenced by operator<(), and operator==().
1.8.8