From 28c37dbcf87665a4ccec58bef9ef8ff0697022dd Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Mon, 31 Mar 2003 16:45:09 +0000 Subject: Import of Xpdf 2.00 for merge --- (limited to 'pdf/xpdf/T1Font.h') diff --git a/pdf/xpdf/T1Font.h b/pdf/xpdf/T1Font.h index 5215c3a..cfd7f62 100644 --- a/pdf/xpdf/T1Font.h +++ b/pdf/xpdf/T1Font.h @@ -11,9 +11,11 @@ #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; }; -- cgit v0.9.1