remapunicode paramter
authorkramm <kramm>
Sun, 9 Sep 2007 17:53:12 +0000 (17:53 +0000)
committerkramm <kramm>
Sun, 9 Sep 2007 17:53:12 +0000 (17:53 +0000)
lib/pdf/GFXOutputDev.h

index a1fb83d..8a8a1ca 100644 (file)
@@ -211,7 +211,7 @@ public:
                                   int width, int height, GfxImageColorMap*colorMap, GBool invert,
                                   GBool inlineImg, int mask, int *maskColors,
                                   Stream *maskStr, int maskWidth, int maskHeight, GBool maskInvert, GfxImageColorMap*maskColorMap);
-  int setGfxFont(char*id, char*name, char*filename, double quality);
+  int setGfxFont(char*id, char*name, char*filename, double maxSize, CharCodeToUnicode*ctu);
   void strokeGfxline(GfxState *state, gfxline_t*line, int flags);
   void clipToGfxLine(GfxState *state, gfxline_t*line);
   void fillGfxLine(GfxState *state, gfxline_t*line);
@@ -278,6 +278,7 @@ public:
   /* config */
   int config_use_fontconfig;
   int config_break_on_warning;
+  int config_remapunicode;
 
   parameter_t*parameters;
 };