FONTMAP system variable

Font mapping file

The font mapping file.

Type:

String

Saved in:

Registry

Default value:

default.fmp

Note:
  • This system variable specifies the font mapping file.
  • A font mapping file has one font mapping per line.
  • The semicolon (;) separates the original font used in the drawing from the font that replaces it.
  • If a font style is written without an extension, the mapping is done for styles containing the font map with SHX and TTF extensions.
Example:
  • If you have a line, such as font;simplex.shx, the mapping is done for styles containing font.shx and font.ttf, using simplex.shx.
  • If the mapping includes an extension, such as font.shx;simplex.shx, the mapping to simplex.shx will work for styles including font.shx but not for font.ttf.