From 7c5ab64d4db75e4bb6dadedb578e10178554d0db Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Tue, 01 Apr 2003 19:47:11 +0000 Subject: Merge with Xpdf 2.02 and make it build --- (limited to 'pdf/xpdf/T1Font.h') diff --git a/pdf/xpdf/T1Font.h b/pdf/xpdf/T1Font.h index cfd7f62..416f533 100644 --- a/pdf/xpdf/T1Font.h +++ b/pdf/xpdf/T1Font.h @@ -4,7 +4,7 @@ // // An X wrapper for the t1lib Type 1 font rasterizer. // -// Copyright 2001-2002 Glyph & Cog, LLC +// Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== @@ -90,7 +90,8 @@ public: private: - Guchar *getGlyphPixmap(CharCode c, int *x, int *y, int *w, int *h); + Guchar *getGlyphPixmap(CharCode c, int *x, int *y, int *w, int *h, + GBool *tempBitmap); T1FontFile *fontFile; int id; -- cgit v0.9.1