X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpdf%2FGFXOutputDev.h;h=55d308448d2440ec5ab0f9134bceb962e733d122;hb=8a8b565fc2afe928ac84943079b3500ff5667ba9;hp=58ca01542bb47cbb7e72728c18254e841e3a92af;hpb=d2d02d844617bed89afc5234e24ac7f603e2bc4d;p=swftools.git diff --git a/lib/pdf/GFXOutputDev.h b/lib/pdf/GFXOutputDev.h index 58ca015..55d3084 100644 --- a/lib/pdf/GFXOutputDev.h +++ b/lib/pdf/GFXOutputDev.h @@ -4,6 +4,7 @@ #include "../gfxdevice.h" #include "../gfxsource.h" +#include "config.h" #include "InfoOutputDev.h" #include "PDFDoc.h" @@ -202,6 +203,10 @@ public: void clipToGfxLine(GfxState *state, gfxline_t*line); void fillGfxLine(GfxState *state, gfxline_t*line); + void showfeature(char*feature,char fully, char warn); + void warnfeature(char*feature,char fully); + void infofeature(char*feature); + char outer_clip_box; //whether the page clip box is still on InfoOutputDev*info; @@ -256,8 +261,8 @@ public: int pagepos; /* config */ - int forceType0Fonts; int config_use_fontconfig; + int config_break_on_warning; parameter_t*parameters; };