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

# SystemFontSet オブジェクト (ISystemFontSet インターフェイス)

> ABBYY FineReader Engine API の SystemFontSet オブジェクト (ISystemFontSet インターフェイス)。システムに登録されているフォントセットへのアクセスを提供し、事前定義フィルターとカスタムフィルターをサポートします。

このオブジェクトを使用すると、システムに登録されているフォントのセットにアクセスできます。

事前定義フィルターと独自のフィルターの両方を使用して、これらのフォントのサブセットを選択できます。事前定義フィルターとカスタムフィルターの優先順位は同等です。両方を設定した場合は、いずれかのフィルターに一致するすべてのシステムフォントが、文書合成用のフォントセットに追加されます。

<div id="properties">
  ## プロパティ
</div>

| 名前                    | 型                                                                                                                                                                                                                | 説明                                                                                                                                                                                                                                  |                  |                                                                                                                                 |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Application           | [Engine](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Engine オブジェクトを返します。                                                                                                                                                                                                                 |                  |                                                                                                                                 |
| FontNamesCustomFilter | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                       | フォントファミリー名のカスタム フィルターを指定します。このプロパティには、複数のフォントファミリー名をカンマ区切りで指定できます。たとえば、"Arial,Times New Roman" です。既定値は空文字列です。                                                                                                                       |                  |                                                                                                                                 |
| FontNamesFilter       | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | フォントファミリー名のフィルターを指定します。このプロパティでは、あらかじめ定義されたフォントファミリー名フィルターを 1 つまたは複数選択できます。このプロパティの値は、[FontNamesFiltersEnum](/ja/fine-reader/engine/api-reference/enumerations/fontnamesfiltersenum) フラグをビット単位の OR で組み合わせたものです。たとえば、FNF\_Chinese \\ | FNF\_Japanese \\ | FNF\_Korean を指定できます。これは、中国語、日本語、韓国語に適したフォントファミリーが文書合成時に使用されることを意味します。既定値は FNF\_Auto で、この場合、テキストの認識言語に基づいてフォント フィルターが自動的に選択されます。 |

<div id="related-objects">
  ## 関連オブジェクト
</div>

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/systemfontset.gif?s=d6a923e0b50c260b8ecf343e30d0726d" alt="SystemFontSet" width="189" height="84" data-path="images/fine-reader/engine/systemfontset.gif" />[](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/fontset#systemfontset)[](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/fontset)[](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)

[オブジェクト図](/ja/fine-reader/engine/api-reference/object-diagram)

<div id="see-also">
  ## 関連項目
</div>

[FontSet](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/fontset)

[CustomFontSet](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/customfontset)

[プロパティ の使用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
