]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/T1Font.h
Reused eog HIG dialog in GPdf.
[evince.git] / pdf / xpdf / T1Font.h
index cfd7f620611fc6ecf0a15cbbf0bc0da5062fe54b..416f5337b0327a4c7ca83ed282624306136897f9 100644 (file)
@@ -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;