FAPIconfig 778 B

1234567891011121314
  1. %!
  2. % $Id: FAPIconfig,v 1.6 2003/02/26 22:33:15 igor Exp $
  3. % This is configuration file for FAPI client.
  4. /FontPath (/Fonts) % A default directory for FAPI-handled fonts.
  5. /CIDFontPath (/CIDFonts) % A default directory for FAPI-handled CID fonts (may be same as above).
  6. /HookDiskFonts [1 2 9 11 42] % FontType values for disk PS fonts to be redirected to FAPI.
  7. /HookEmbeddedFonts [1 2 9 11 42] % FontType values for embedded PS fonts to be redirected to FAPI.
  8. % Values allowed for HookDiskFonts and HookEmbeddedFonts are 1, 2, 9, 11, 42.
  9. % "Disk fonts" are fonts being installed to Ghostscript with 'lib/Fontmap' or with GS_FONTPATH,
  10. % and CID font resource files.
  11. % "Embedded fonts" are fonts and CID fonts being embedded into a document.