added endPage()
authorkramm <kramm>
Sun, 21 Oct 2007 19:56:16 +0000 (19:56 +0000)
committerkramm <kramm>
Sun, 21 Oct 2007 19:56:16 +0000 (19:56 +0000)
lib/pdf/InfoOutputDev.h

index de69047..25ffdfb 100644 (file)
@@ -26,6 +26,7 @@
 #include "SplashFont.h"
 #include "SplashOutputDev.h"
 #include "SplashPath.h"
+#include "SplashFontFile.h"
 #include "GHash.h"
 
 struct GlyphInfo
@@ -72,6 +73,7 @@ class InfoOutputDev: public OutputDev
     virtual GBool useDrawChar();
     virtual GBool interpretType3Chars();
     virtual void startPage(int pageNum, GfxState *state, double crop_x1, double crop_y1, double crop_x2, double crop_y2);
+    virtual void endPage();
     virtual void drawLink(Link *link, Catalog *catalog);
     virtual double getMaximumFontSize(char*id);
     virtual void updateFont(GfxState *state);