X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.cc;h=52b92a5fec3d0082fbab9eb5c74db2d30ec03380;hb=e6e0543b4decec78f04f321f3b1bf6ada63413e3;hp=ed879eba42c70f8550ba5b77f1d7cd0f1b257ff0;hpb=ba14db53cf7a9717bf22d3bf6fde4b7f872a2978;p=swftools.git diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index ed879eb..52b92a5 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -663,6 +663,24 @@ GBool GFXOutputDev::useShadedFills() infofeature("shaded fills"); return gFalse; } + +GBool GFXOutputDev::useDrawForm() +{ + infofeature("forms"); + return gFalse; +} +void GFXOutputDev::drawForm(Ref id) +{ + msg(" drawForm not implemented"); +} +GBool GFXOutputDev::needNonText() +{ + return gTrue; +} +void GFXOutputDev::endPage() +{ + msg(" endPage"); +} #define STROKE_FILL 1 #define STROKE_CLIP 2