1 //========================================================================
5 // Copyright 1996 Derek B. Noonburg
7 //========================================================================
12 // Print commands as they're executed.
13 extern GBool printCommands;
15 // If this is set, error messages will be silently discarded.
16 extern GBool errQuiet;
19 extern char **fontPath;
21 // Mapping from PDF font name to device font name.
22 struct DevFontMapEntry {
26 extern DevFontMapEntry *devFontMap;
28 //------------------------------------------------------------------------
30 // Initialize font path and font map, and read configuration file,
32 extern void initParams(char *configFile);
34 // Free memory used for font path and font map.
35 extern void freeParams();