X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FParams.h;fp=pdf2swf%2Fxpdf%2FParams.h;h=0000000000000000000000000000000000000000;hb=50dd339d3d6262763616efe8d7ee415ab19befb9;hp=ea8536fa1eda543fb96add77a137e41f3482f58e;hpb=33b4efceb35f7582426665aba920fd950edc0602;p=swftools.git diff --git a/pdf2swf/xpdf/Params.h b/pdf2swf/xpdf/Params.h deleted file mode 100644 index ea8536f..0000000 --- a/pdf2swf/xpdf/Params.h +++ /dev/null @@ -1,37 +0,0 @@ -//======================================================================== -// -// Params.h -// -// Copyright 1996 Derek B. Noonburg -// -//======================================================================== - -#ifndef PARAMS_H -#define PARAMS_H - -// Print commands as they're executed. -extern GBool printCommands; - -// If this is set, error messages will be silently discarded. -extern GBool errQuiet; - -// Font search path. -extern char **fontPath; - -// Mapping from PDF font name to device font name. -struct DevFontMapEntry { - char *pdfFont; - char *devFont; -}; -extern DevFontMapEntry *devFontMap; - -//------------------------------------------------------------------------ - -// Initialize font path and font map, and read configuration file, -// if present. -extern void initParams(char *configFile); - -// Free memory used for font path and font map. -extern void freeParams(); - -#endif