Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/T1Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/T1Font.h')
-rw-r--r--pdf/xpdf/T1Font.h5
1 files changed, 3 insertions, 2 deletions
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;