X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.h;fp=lib%2Fpdf%2FGFXOutputDev.h;h=883ac47b21d9821c30ca006df53074b3987422a9;hp=c89e2e85e7c92d788320521784824745024c9541;hb=ffe89fef4e838b5a4b297fd2a3d57a8c57aaf22e;hpb=5e85f2318e021b29590ae201311350842122d1e8 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);