> ## 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

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

| Name             | Description                         |
| ---------------- | ----------------------------------- |
| FT\\\_Serif      | Serif font (e.g., Times New Roman). |
| FT\\\_SansSerif  | Sans Serif font (e.g., Arial).      |
| FT\\\_MonoSpace  | Monospace font (e.g., Courier).     |
| FT\\\_Decorative | Decorative or handprinted font.     |
| FT\\\_Unknown    | Font type is undefined.             |

## Used in

[ICharParams::FontType](/fine-reader/engine/api-reference/text-related-objects/charparams#fonttype)

[ICharParams::SetFont](/fine-reader/engine/api-reference/text-related-objects/charparams/setfont-method)

[IFontStyle::FontType](/fine-reader/engine/api-reference/text-related-objects/fontstyle)
