X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FOutputDev.h;h=464f16be5c71a2302025913f58ac004d3cd5a0cc;hb=e8b1cc9779e506d303090666994f936e66e8ea85;hp=c7597702e0b868984dbebb79d2f60b1d35c835fe;hpb=9d6aba0a1d20e4aa8306a073691a6c294f20fff3;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;