diff options
author | Slávek Banko <[email protected]> | 2021-12-20 17:17:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-20 17:17:19 +0100 |
commit | e0a199f1112c6f2103fde661002a164e81116541 (patch) | |
tree | 81541f52032e037e98fcb0f24302c96fb23cdd66 /kpdf/xpdf/splash/SplashFontEngine.h | |
parent | 8a8805a8fac18a62361072d159c1b56c2964024d (diff) | |
download | tdegraphics-e0a199f1112c6f2103fde661002a164e81116541.tar.gz tdegraphics-e0a199f1112c6f2103fde661002a164e81116541.zip |
kpdf: Drop suport for t1lib.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kpdf/xpdf/splash/SplashFontEngine.h')
-rw-r--r-- | kpdf/xpdf/splash/SplashFontEngine.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kpdf/xpdf/splash/SplashFontEngine.h b/kpdf/xpdf/splash/SplashFontEngine.h index ace5e9ae..4718a208 100644 --- a/kpdf/xpdf/splash/SplashFontEngine.h +++ b/kpdf/xpdf/splash/SplashFontEngine.h @@ -15,7 +15,6 @@ #include "gtypes.h" -class SplashT1FontEngine; class SplashFTFontEngine; class SplashDTFontEngine; class SplashDT4FontEngine; @@ -37,9 +36,6 @@ public: // Create a font engine. SplashFontEngine( -#if HAVE_T1LIB_H - GBool enableT1lib, -#endif #if HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H GBool enableFreeType, #endif @@ -75,9 +71,6 @@ private: SplashFont *fontCache[splashFontCacheSize]; -#if HAVE_T1LIB_H - SplashT1FontEngine *t1Engine; -#endif #if HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H SplashFTFontEngine *ftEngine; #endif |