Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/OutputDev.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/OutputDev.h')
-rw-r--r--pdf/xpdf/OutputDev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/xpdf/OutputDev.h b/pdf/xpdf/OutputDev.h
index 67737af..bbf8b69 100644
--- a/pdf/xpdf/OutputDev.h
+++ b/pdf/xpdf/OutputDev.h
@@ -126,7 +126,8 @@ public:
double originX, double originY,
CharCode code, Unicode *u, int uLen) {}
virtual void drawString(GfxState *state, GString *s) {}
- virtual GBool beginType3Char(GfxState *state,
+ virtual GBool beginType3Char(GfxState *state, double x, double y,
+ double dx, double dy,
CharCode code, Unicode *u, int uLen);
virtual void endType3Char(GfxState *state) {}
virtual void endTextObject(GfxState *state) {}