Go to the source code of this file.
Classes | |
struct | LOGFONT |
struct | ENUMLOGFONT |
Typedefs | |
typedef LOGFONT * | PLOGFONT |
typedef LOGFONT * | LPLOGFONT |
Enumerations | |
enum | FontClass { FC_UNDEFINED = 0, FC_RASTER, FC_DEVICE, FC_TRUETYPE, FC_ATM, FC_ILLEGAL } |
|
Definition at line 129 of file fontclass.h. |
|
Definition at line 129 of file fontclass.h. |
|
The types of fonts the OIL font manager recognises so far Definition at line 111 of file fontclass.h. 00111 { 00112 FC_UNDEFINED = 0, 00113 FC_RASTER, 00114 FC_DEVICE, 00115 FC_TRUETYPE, 00116 FC_ATM, 00117 00118 // Add further font classes before this 00119 FC_ILLEGAL 00120 };
|