|
Public Methods |
| | GlobalParams (char *cfgFileName) |
| | ~GlobalParams () |
| void | setupBaseFonts (char *dir) |
| CharCode | getMacRomanCharCode (char *charName) |
| Unicode | mapNameToUnicode (char *charName) |
| UnicodeMap * | getResidentUnicodeMap (GString *encodingName) |
| FILE * | getUnicodeMapFile (GString *encodingName) |
| FILE * | findCMapFile (GString *collection, GString *cMapName) |
| FILE * | findToUnicodeFile (GString *name) |
| DisplayFontParam * | getDisplayFont (GString *fontName) |
| DisplayFontParam * | getDisplayCIDFont (GString *fontName, GString *collection) |
| GString * | getPSFile () |
| int | getPSPaperWidth () |
| int | getPSPaperHeight () |
| void | getPSImageableArea (int *llx, int *lly, int *urx, int *ury) |
| GBool | getPSDuplex () |
| GBool | getPSCrop () |
| GBool | getPSExpandSmaller () |
| GBool | getPSShrinkLarger () |
| GBool | getPSCenter () |
| PSLevel | getPSLevel () |
| PSFontParam * | getPSFont (GString *fontName) |
| PSFontParam * | getPSFont16 (GString *fontName, GString *collection, int wMode) |
| GBool | getPSEmbedType1 () |
| GBool | getPSEmbedTrueType () |
| GBool | getPSEmbedCIDPostScript () |
| GBool | getPSEmbedCIDTrueType () |
| GBool | getPSOPI () |
| GBool | getPSASCIIHex () |
| GString * | getTextEncodingName () |
| EndOfLineKind | getTextEOL () |
| GBool | getTextPageBreaks () |
| GBool | getTextKeepTinyChars () |
| GString * | findFontFile (GString *fontName, char **exts) |
| GString * | getInitialZoom () |
| GBool | getEnableT1lib () |
| GBool | getEnableFreeType () |
| GBool | getAntialias () |
| GString * | getURLCommand () |
| GString * | getMovieCommand () |
| GBool | getMapNumericCharNames () |
| GBool | getPrintCommands () |
| GBool | getErrQuiet () |
| CharCodeToUnicode * | getCIDToUnicode (GString *collection) |
| CharCodeToUnicode * | getUnicodeToUnicode (GString *fontName) |
| UnicodeMap * | getUnicodeMap (GString *encodingName) |
| CMap * | getCMap (GString *collection, GString *cMapName) |
| UnicodeMap * | getTextEncoding () |
| void | addDisplayFont (DisplayFontParam *param) |
| void | setPSFile (char *file) |
| GBool | setPSPaperSize (char *size) |
| void | setPSPaperWidth (int width) |
| void | setPSPaperHeight (int height) |
| void | setPSImageableArea (int llx, int lly, int urx, int ury) |
| void | setPSDuplex (GBool duplex) |
| void | setPSCrop (GBool crop) |
| void | setPSExpandSmaller (GBool expand) |
| void | setPSShrinkLarger (GBool shrink) |
| void | setPSCenter (GBool center) |
| void | setPSLevel (PSLevel level) |
| void | setPSEmbedType1 (GBool embed) |
| void | setPSEmbedTrueType (GBool embed) |
| void | setPSEmbedCIDPostScript (GBool embed) |
| void | setPSEmbedCIDTrueType (GBool embed) |
| void | setPSOPI (GBool opi) |
| void | setPSASCIIHex (GBool hex) |
| void | setTextEncoding (char *encodingName) |
| GBool | setTextEOL (char *s) |
| void | setTextPageBreaks (GBool pageBreaks) |
| void | setTextKeepTinyChars (GBool keep) |
| void | setInitialZoom (char *s) |
| GBool | setEnableT1lib (char *s) |
| GBool | setEnableFreeType (char *s) |
| GBool | setAntialias (char *s) |
| void | setMapNumericCharNames (GBool map) |
| void | setPrintCommands (GBool printCommandsA) |
| void | setErrQuiet (GBool errQuietA) |