changed addFont/drawChar function parameters
[swftools.git] / lib / xpdf / GFXOutputDev.h
index 0439b95..776ad77 100644 (file)
@@ -9,7 +9,6 @@
 
 typedef struct _fontlist
 {
-    char*id;
     char*filename;
     gfxfont_t*font;
     _fontlist*next;
@@ -208,6 +207,8 @@ public:
   /* config */
   int forceType0Fonts;
   int config_use_fontconfig;
+    
+  parameter_t*parameters;
 };
 
 #endif //__gfxoutputdev_h__