Fonts & OCR Settings

Font substitution

Map CGM font names to system fonts for consistent output when referenced fonts are not installed.

Adding a mapping

  1. Click Add Mapping.
  2. Enter the CGM font name (e.g., Helvetica).
  3. Enter the System font name (e.g., Arial).
  4. Click Save.

Font map file format

{
  "mappings": [
    { "cgm_font": "Helvetica",   "system_font": "Arial" },
    { "cgm_font": "Courier",     "system_font": "Courier New" },
    { "cgm_font": "Times-Roman", "system_font": "Times New Roman" }
  ]
}

Pass this file to the CLI with --font-map. See Windows CLI.


OCR language

Select the language for the OCR engine when raster content contains text.

Language Code
English eng
German deu
French fra

OCR runs automatically when raster content containing text is detected.