X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=pdf2swf%2Fxpdf%2FOutputDev.h;h=464f16be5c71a2302025913f58ac004d3cd5a0cc;hb=37a3dacfc10c7cf5cdcec652cbd0c3f515a16c32;hp=c7597702e0b868984dbebb79d2f60b1d35c835fe;hpb=e426eda350175a0bfacf76468b4b4dcac0371e9c;p=swftools.git diff --git a/pdf2swf/xpdf/OutputDev.h b/pdf2swf/xpdf/OutputDev.h index c759770..464f16b 100644 --- a/pdf2swf/xpdf/OutputDev.h +++ b/pdf2swf/xpdf/OutputDev.h @@ -48,6 +48,9 @@ public: // Does this device use drawChar() or drawString()? virtual GBool useDrawChar() = 0; + // Is this device able to draw gradients? + virtual GBool useGradients() = 0; + // Does this device use beginType3Char/endType3Char? Otherwise, // text in Type 3 fonts will be drawn with drawChar/drawString. virtual GBool interpretType3Chars() = 0;