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

> ABBYY FineReader Engine API の FontTypeEnum — フォントの種類（Serif、SansSerif など）。

FontTypeEnum の列挙定数は、フォントの種類を表すために使用されます。

```
typedef enum {
 FT_Serif,
 FT_SansSerif,
 FT_MonoSpace,
 FT_Decorative,
 FT_Unknown
} FontTypeEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前             | 説明                              |
| -------------- | ------------------------------- |
| FT\_Serif      | セリフ体フォント (例: Times New Roman) 。 |
| FT\_SansSerif  | サンセリフ体フォント (例: Arial) 。         |
| FT\_MonoSpace  | 等幅フォント (例: Courier) 。           |
| FT\_Decorative | 装飾フォントまたは手書きのブロック体フォント。         |
| FT\_Unknown    | フォントの型は未定義です。                   |

<div id="used-in">
  ## 使用先
</div>

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

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

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