|
MyGUI
3.2.0
|
#include <MyGUI_FontData.h>
Public Member Functions | |
| PairCodePoint () | |
| PairCodePoint (Char _first, Char _last) | |
| bool | isExist (Char _code) const |
Data Fields | |
| Char | first |
| Char | last |
Definition at line 86 of file MyGUI_FontData.h.
| MyGUI::PairCodePoint::PairCodePoint | ( | ) | [inline] |
Definition at line 89 of file MyGUI_FontData.h.
| MyGUI::PairCodePoint::PairCodePoint | ( | Char | _first, |
| Char | _last | ||
| ) | [inline] |
Definition at line 95 of file MyGUI_FontData.h.
| bool MyGUI::PairCodePoint::isExist | ( | Char | _code | ) | const [inline] |
Definition at line 102 of file MyGUI_FontData.h.
Definition at line 108 of file MyGUI_FontData.h.
Definition at line 109 of file MyGUI_FontData.h.
1.7.6.1