FONT_DEFINE
typedef enum
{
FONTPROPORTSERIF = 1,
FONTPROPORTSANSSERIF,
FONTMONOSERIF,
FONTMONOSANSSERIF,
FONTPREDEFFONT,
} FONT_DEFINE;
The FONT_DEFINE enumerated type represents the possible fonts.
Value |
Meaning |
FONTPROPORTSERIF |
Serif font - Times New Roman |
FONTPROPORTSANSSERIF |
Arial |
FONTMONOSERIF |
Serif font - Courier New |
FONTMONOSANSSERIF |
SansSerif font - Courier New |
FONTPREDEFFONT |
Pre-defined - Times New Roman |
Comments
This enumerated type is used by the following object: