|
MyGUI
3.2.0
|
#include <MyGUI_FontData.h>
Public Member Functions | |
| RangeInfo () | |
| RangeInfo (Char _first, Char _last) | |
| bool | isExist (Char _code) const |
| GlyphInfo * | getInfo (Char _code) |
| void | setInfo (Char _code, GlyphInfo *_value) |
Data Fields | |
| Char | first |
| Char | last |
| VectorGlyphInfo | range |
Definition at line 113 of file MyGUI_FontData.h.
| MyGUI::RangeInfo::RangeInfo | ( | ) | [inline] |
Definition at line 116 of file MyGUI_FontData.h.
| MyGUI::RangeInfo::RangeInfo | ( | Char | _first, |
| Char | _last | ||
| ) | [inline] |
Definition at line 122 of file MyGUI_FontData.h.
| GlyphInfo* MyGUI::RangeInfo::getInfo | ( | Char | _code | ) | [inline] |
Definition at line 136 of file MyGUI_FontData.h.
| bool MyGUI::RangeInfo::isExist | ( | Char | _code | ) | const [inline] |
Definition at line 130 of file MyGUI_FontData.h.
| void MyGUI::RangeInfo::setInfo | ( | Char | _code, |
| GlyphInfo * | _value | ||
| ) | [inline] |
Definition at line 141 of file MyGUI_FontData.h.
Definition at line 147 of file MyGUI_FontData.h.
Definition at line 148 of file MyGUI_FontData.h.
Definition at line 149 of file MyGUI_FontData.h.
1.7.6.1