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, read-only | Returns the Engine object. |
CustomFontSet | CustomFontSet, read-only | Provides access to the set of fonts specified by the user. |
EnablePdfStandardFonts | VARIANT_BOOL |
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. Note: Set this property to TRUE in case this set of fonts contains only fonts with the Latin alphabet. To use the non-Latin fonts, follow the recommendations from Fonts for document synthesis article. |
SystemFontSet | SystemFontSet, read-only | Provides access to the fonts registered in the system. |
Related objects
See also
03.07.2024 8:50:25