FONTDEFINE

typedef enum
{
   FONT_PROPORTSERIF = 1,
   FONT_PROPORTSANSSERIF,
   FONT_MONOSERIF,
   FONT_MONOSANSSERIF,
   FONT_PREDEFFONT,
} FONTDEFINE;

The FONTDEFINE enumerated type represents the possible fonts.

Value

Meaning

FONT_PROPORTSERIF

Serif font - Times New Roman

FONT_PROPORTSANSSERIF

Arial

FONT_MONOSERIF

Serif font - Courier New

FONT_MONOSANSSERIF

SansSerif font - Courier New

FONT_PREDEFFONT

Pre-defined - Times New Roman

Comments

This enumerated type is used by the following structure:

CHARACTEROPTIONS