Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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