From ffe89fef4e838b5a4b297fd2a3d57a8c57aaf22e Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 27 Jul 2008 09:38:47 +0000 Subject: [PATCH] removed setgfxfont prototype --- lib/pdf/GFXOutputDev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdf/GFXOutputDev.h b/lib/pdf/GFXOutputDev.h index c89e2e8..883ac47 100644 --- a/lib/pdf/GFXOutputDev.h +++ b/lib/pdf/GFXOutputDev.h @@ -207,7 +207,7 @@ public: int width, int height, GfxImageColorMap*colorMap, GBool invert, GBool inlineImg, int mask, int *maskColors, Stream *maskStr, int maskWidth, int maskHeight, GBool maskInvert, GfxImageColorMap*maskColorMap); - int setGfxFont(char*id, char*name, char*filename, double maxSize, CharCodeToUnicode*ctu); + void strokeGfxline(GfxState *state, gfxline_t*line, int flags); void clipToGfxLine(GfxState *state, gfxline_t*line); void fillGfxLine(GfxState *state, gfxline_t*line); -- 1.7.10.4