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