Skip to main content
FontNamesFiltersEnum enumeration constants describe predefined filters of font family names. These filters specify the set of fonts to be used during document synthesis.
typedef enum {
 FNF_All        = 0x00000001,
 FNF_Auto       = 0x00000002,
 FNF_Arabic     = 0x00000004,
 FNF_Armenian   = 0x00000008,
 FNF_Chinese    = 0x00000010,
 FNF_European   = 0x00000020,
 FNF_Japanese   = 0x00000040,
 FNF_Hebrew     = 0x00000080,
 FNF_Korean     = 0x00000100,
 FNF_Thai       = 0x00000200,
 FNF_FineReader = 0x00000400,
 FNF_PDF        = 0x00000800,
 FNF_None       = 0
} FontNamesFiltersEnum;

Elements

Name

Description

FNF_All

All font families from the set can be used during document synthesis. This means that the widest set of fonts will be used; however, the document synthesis may slow down.

This constant in combination with any other constant of this enumeration has no effect on the operation of FineReader Engine.

FNF_Arabic

Use font families suitable for Arabic language:

Linux: FreeMono, FreeSans, FreeSerif

macOS and Windows: Arial Unicode MS, Arabic Typesetting, Microsoft Uighur

FNF_Armenian

Use font families suitable for Armenian language:

Linux: FreeMono, FreeSans, FreeSerif

macOS and Windows: Arial Unicode MS, Sylfaen

FNF_Auto

Select font family filter automatically, based on the recognition languages of the text.

For Linux and Windows: In this mode, the font families the names of which are specified in the resources of the input PDF file are also added to the set (as with FNF_PDF setting).

This constant in combination with any other constant of this enumeration has no effect on the operation of FineReader Engine.

FNF_Chinese

Use font families suitable for Chinese language:

Linux: AR PL UMing, AR PL UKai, WenQuanYi Micro Hei, WenQuanYi Zen Hei

macOS and Windows: Arial Unicode MS, SimSun, NSimsun, MingLiU, PMingLiU

FNF_European

Use font families suitable for European languages:

Linux: Liberation Mono, Liberation Sans, Liberation Serif

macOS and Windows: Arial, Courier New, Times New Roman

FNF_FineReader

Use font families that are used by default by ABBYY FineReader:

This font set in Linux is the same as in the Windows version of ABBYY FineReader Engine. Selecting this option can only be useful if the required fonts are installed on your workstation.
  • Serif font families suitable for European languages:
    • Book Antiqua
    • Bookman Old Style
    • Century Schoolbook
    • Constantia
    • Courier New
    • Consolas
    • Garamond
    • Georgia
    • Palatino Linotype
    • Sylfaen
    • Times New Roman
  • Sans-serif font families suitable for European languages:
    • Arial
    • Arial Black
    • Arial Narrow
    • Arial Unicode MS
    • Calibri
    • Corbel
    • Candara
    • Century Gothic
    • Franklin Gothic Book
    • Franklin Gothic Demi
    • Franklin Gothic Demi Cond
    • Franklin Gothic Heavy
    • Franklin Gothic Medium
    • Franklin Gothic Medium Cond
    • Geneva
    • Lucida Sans Unicode
    • MS Reference Sans Serif
    • Microsoft Sans Serif
    • Segoe UI
    • Tahoma
    • Trebuchet MS
    • Verdana
    • Impact
    • Comic Sans MS
  • Font families suitable for Chinese language:
    • PMingLiU
    • SimHei
    • SimSun
  • Font families suitable for Japanese language:
    • MS Mincho
    • MS Gothic
  • Font families suitable for Thai language:
    • Angsana New
    • AngsanaUPC
    • Cordia New
    • CordiaUPC
  • Font families suitable for Hebrew languages:
    • Aharoni
    • Fixed Miriam Transparent
  • Font families suitable for Korean language:
    • Batang
    • Dotum
    • Gungsuh
    • Gulim
    • Malgun Gothic

FNF_Hebrew

Use font families suitable for Hebrew language:

Linux: FreeMono, FreeSans, FreeSerif

macOS and Windows: Arial Unicode MS, Gisha, Levenim

FNF_Japanese

Use font families suitable for Japanese language:

Linux: Kochi Mincho, Mona Font

macOS and Windows: Arial Unicode MS, MS Mincho, MS PMincho

FNF_Korean

Use font families suitable for Korean language:

Linux: UnBatang, UnDotum

macOS and Windows: Arial Unicode MS, Batang, BatangChe

FNF_None

Do not use predefined filters.

This constant in combination with any other constant of this enumeration has no effect on the operation of FineReader Engine.

FNF_PDF

Use font families the names of which are specified in the resources of the input PDF file. However, the fonts themselves are not extracted from the PDF file, they need to be installed on the workstation to be used.

FNF_Thai

Use font families suitable for Thai language:

Linux: FreeMono, FreeSans, FreeSerif

macOS and Windows: Arial Unicode MS, Angsana New, AngsanaUPC

Used in

ICustomFontSet::FontNamesFilter ISystemFontSet::FontNamesFilter