X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.h;fp=lib%2Fpdf%2FGFXOutputDev.h;h=51e63121176d8784971b15666a02e8756a6b99e4;hp=89c6185db671f35d5ec5ed146e852de2a6e3da00;hb=89548fb698c2b3002364c52b5962e4c3326eb96e;hpb=488cb093ce2c333962cd41c381745257aabda4d1 diff --git a/lib/pdf/GFXOutputDev.h b/lib/pdf/GFXOutputDev.h index 89c6185..51e6312 100644 --- a/lib/pdf/GFXOutputDev.h +++ b/lib/pdf/GFXOutputDev.h @@ -38,6 +38,12 @@ typedef struct _parameter struct _parameter*next; } parameter_t; +typedef struct _feature +{ + char*string; + struct _feature*next; +} feature_t; + void addGlobalFont(const char*filename); void addGlobalLanguageDir(const char*dir); void addGlobalFontDir(const char*dirname); @@ -216,6 +222,8 @@ public: void warnfeature(const char*feature,char fully); void infofeature(const char*feature); + feature_t*featurewarnings; + char outer_clip_box; //whether the page clip box is still on gfxfontlist_t*gfxfontlist;