ImageGear for C and C++ on Windows v19.3 - Updated
enumIGRecFontType
API Reference Guide > Recognition Component API Reference > Recognition Component Enumerations Reference > enumIGRecFontType

Font types. This enumeration is used to declare AT_REC_LETTER.FontAttribute field.

Values:

IG_REC_FONTTYPE_NO_ITALIC Non-Italic character. It is not possible for both IG_REC_FONTTYPE_ITALIC and IG_REC_FONTTYPE_NO_ITALIC to be set. If both are unset we do not know whether it is Italic or not.
IG_REC_FONTTYPE_ITALIC Italic character. See also IG_REC_FONTTYPE_NO_ITALIC.
IG_REC_FONTTYPE_NO_BOLD Not-Bold character. It is not possible for both IG_REC_FONTTYPE_BOLD and IG_REC_FONTTYPE_NO_BOLD to be set. If both are unset we do not know whether it is Bold or not.
IG_REC_FONTTYPE_BOLD Bold character. See also IG_REC_FONTTYPE_NO_BOLD.
IG_REC_FONTTYPE_SANSSERIF Sans Serif character. It is not possible for both IG_REC_FONTTYPE_SANSSERIF and IG_REC_FONTTYPE_SERIF to be set. If both are unset we do not know whether it is Serif or not.
IG_REC_FONTTYPE_SERIF Serif character. See also IG_REC_FONTTYPE_SANSSERIF.
IG_REC_FONTTYPE_PROPORTIONAL Proportional character. It is not possible for both IG_REC_FONTTYPE_PROPORTIONAL and IG_REC_FONTTYPE_MONOSPACED to be set. If both are unset we do not know whether it is Monospaced or not.
IG_REC_FONTTYPE_MONOSPACED Monospaced character. See also IG_REC_FONTTYPE_PROPORTIONAL.
IG_REC_FONTTYPE_SMALLCAPS Character in a Small Caps word. The code is always upper case! See also enumIGRecLetterExtraInfo.IG_REC_RR_SMALLCAPS_TALL.
IG_REC_FONTTYPE_UNDERLINE Underlined character.
IG_REC_FONTTYPE_STRIKETHROUGH Struck through character. It is not used. It is only for future versions.
IG_REC_FONTTYPE_SUBSCRIPT Subscript character.
IG_REC_FONTTYPE_SUPERSCRIPT Superscript character.
IG_REC_FONTTYPE_DROPCAP Dropcap character.
IG_REC_FONTTYPE_POPCAP Popcap character.
IG_REC_FONTTYPE_INVERTED Inverted character.