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

# FontSet Object (IFontSet Interface)

This object provides access to the set of fonts to be used during document synthesis. FineReader Engine can work with both fonts registered in the system and fonts specified by the user. System and custom font sets have equal priority. You can use both of these sets together and additionally enable standard PDF fonts, if necessary.

## Properties

| Name                   | Type                                                                                                                                                                                                                                                                             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application            | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)                                                                    | Returns the Engine object.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| CustomFontSet          | [CustomFontSet](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/customfontset), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to the set of fonts specified by the user.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| EnablePdfStandardFonts | [VARIANT\_BOOL](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                                                                                 | Specifies whether the standard PDF fonts can be used. These are the fonts which must be supported by any PDF viewer. If you set this property to TRUE, the set of fonts for synthesis is extended with the standard PDF fonts. By default, the value of this property is FALSE. <br /><br />**Note:** *Set this property to TRUE in case this set of fonts contains only fonts with the Latin alphabet. To use fonts that support non-Latin characters, set the font families via CustomFontSet or SystemFontSet properties.* |
| SystemFontSet          | [SystemFontSet](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/systemfontset), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to the fonts registered in the system.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |

## Related objects

<img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/fontset.gif?s=92c9d2f668c89d1a0e0d6d38bfd44a48" alt="FontSet" width="185" height="115" data-path="images/fine-reader/engine/fontset.gif" />[](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/customfontset)[](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/systemfontset)[](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument#fontset)[](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## See also

[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
