X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FT1Font.h;h=416f5337b0327a4c7ca83ed282624306136897f9;hb=7c5ab64d4db75e4bb6dadedb578e10178554d0db;hp=cfd7f620611fc6ecf0a15cbbf0bc0da5062fe54b;hpb=bfd0b848c8c81ab10698f74b77f9f0904c3161e1;p=evince.git diff --git a/pdf/xpdf/T1Font.h b/pdf/xpdf/T1Font.h index cfd7f620..416f5337 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;