new function setParameter()
authorkramm <kramm>
Wed, 15 Aug 2007 10:48:03 +0000 (10:48 +0000)
committerkramm <kramm>
Wed, 15 Aug 2007 10:48:03 +0000 (10:48 +0000)
lib/pdf/GFXOutputDev.h

index b10cad2..f16ab05 100644 (file)
@@ -57,6 +57,7 @@ public:
 
   void setMove(int x,int y);
   void setClip(int x1,int y1,int x2,int y2);
 
   void setMove(int x,int y);
   void setClip(int x1,int y1,int x2,int y2);
+  void setParameter(char*key, char*value);
 
   void setInfo(InfoOutputDev*info) {this->info = info;}
   
 
   void setInfo(InfoOutputDev*info) {this->info = info;}
   
@@ -206,6 +207,8 @@ public:
   void infofeature(char*feature);
 
   char outer_clip_box; //whether the page clip box is still on
   void infofeature(char*feature);
 
   char outer_clip_box; //whether the page clip box is still on
+  
+  GBool do_interpretType3Chars;
 
   InfoOutputDev*info;
   GFXOutputState states[64];
 
   InfoOutputDev*info;
   GFXOutputState states[64];