X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FT1Font.h;h=416f5337b0327a4c7ca83ed282624306136897f9;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=5215c3a6e8e0e69e4404750a029fdebb805a272c;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/T1Font.h b/pdf/xpdf/T1Font.h index 5215c3a6..416f5337 100644 --- a/pdf/xpdf/T1Font.h +++ b/pdf/xpdf/T1Font.h @@ -4,16 +4,18 @@ // // An X wrapper for the t1lib Type 1 font rasterizer. // -// Copyright 2001-2002 Glyph & Cog, LLC +// Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== #ifndef T1FONT_H #define T1FONT_H +#include + #if HAVE_T1LIB_H -#ifdef __GNUC__ +#ifdef USE_GCC_PRAGMAS #pragma interface #endif @@ -39,6 +41,8 @@ private: GBool aaHigh; // use high-res anti-aliasing? GBool ok; + static int t1libInitCount; + friend class T1FontFile; friend class T1Font; }; @@ -86,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;