#include <MyGUI_FontData.h>
Public Types | |
| enum | Enum { Selected = 6, SelectedBack = 7, Cursor = 8, Tab = 9, LF = 0x000A, CR = 0x000D, Space = 0x0020, LatinStart = 0x0021, NEL = 0x0085, LatinEnd = 0x00A6, MAX } |
Public Member Functions | |
| FontCodeType (Enum _value=MAX) | |
Friends | |
| bool | operator== (FontCodeType const &a, FontCodeType const &b) |
| bool | operator!= (FontCodeType const &a, FontCodeType const &b) |
Definition at line 31 of file MyGUI_FontData.h.
Definition at line 33 of file MyGUI_FontData.h.
| MyGUI::FontCodeType::FontCodeType | ( | Enum | _value = MAX |
) | [inline] |
Definition at line 48 of file MyGUI_FontData.h.
| bool operator!= | ( | FontCodeType const & | a, | |
| FontCodeType const & | b | |||
| ) | [friend] |
Definition at line 51 of file MyGUI_FontData.h.
| bool operator== | ( | FontCodeType const & | a, | |
| FontCodeType const & | b | |||
| ) | [friend] |
Definition at line 50 of file MyGUI_FontData.h.
1.6.3