Skip to main content
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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
CustomFontSetCustomFontSet, read-onlyProvides access to the set of fonts specified by the user.
EnablePdfStandardFontsVARIANT\_BOOLSpecifies 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 fonts that support non-Latin characters, set the font families via CustomFontSet or SystemFontSet properties. </Note>
SystemFontSetSystemFontSet, read-onlyProvides access to the fonts registered in the system.
FontSet Object Diagram

See also

SynthesisParamsForDocument Working with Properties