Skip to main content
FontTypeEnum enumeration constants are used to denote different types of fonts.
typedef enum {
 FT_Serif,
 FT_SansSerif,
 FT_MonoSpace,
 FT_Decorative,
 FT_Unknown
} FontTypeEnum;

Elements

NameDescription
FT\_SerifSerif font (e.g., Times New Roman).
FT\_SansSerifSans Serif font (e.g., Arial).
FT\_MonoSpaceMonospace font (e.g., Courier).
FT\_DecorativeDecorative or handprinted font.
FT\_UnknownFont type is undefined.

Used in

ICharParams::FontType ICharParams::SetFont IFontStyle::FontType