Go to the source code of this file.
Macros | |
#define | __fonterrH__ |
#define | FONT_SUCCESS 0 |
#define | FONT_OPENRSRC (-10) /* error opening the resource file */ |
#define | FONT_NOSUCHFONT (-100) /* no such font exists */ |
#define | FONT_NOFONTNUMBER (-101) /* no design number for resource */ |
#define | FONT_NOSUCHCHAR (-102) /* character code is not defined */ |
#define | FONT_UNLOADACTIVE (-103) /* can't unload active font */ |
#define | FONT_NOMEMORY (-200) /* insufficient memory for operation */ |
#define __fonterrH__ |
#define FONT_NOFONTNUMBER (-101) /* no design number for resource */ |
#define FONT_NOMEMORY (-200) /* insufficient memory for operation */ |
#define FONT_NOSUCHCHAR (-102) /* character code is not defined */ |
#define FONT_NOSUCHFONT (-100) /* no such font exists */ |
#define FONT_OPENRSRC (-10) /* error opening the resource file */ |
#define FONT_SUCCESS 0 |
#define FONT_UNLOADACTIVE (-103) /* can't unload active font */ |