From kde-commits Mon Mar 14 22:13:39 2005 From: Albert Astals Cid Date: Mon, 14 Mar 2005 22:13:39 +0000 To: kde-commits Subject: kdegraphics/kpdf/xpdf Message-Id: <20050314221339.616C51487F () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111083842701745 CVS commit by aacid: Lots of xpdf improvements thanks Takashi Iwai - Add suport for TTC font collections - Pass font files in memory instead of using a temporary file - Various CJK fonts fixes M +37 -7 fofi/FoFiTrueType.cc 1.2 M +4 -3 fofi/FoFiTrueType.h 1.2 M +1 -1 fofi/FoFiType1C.h 1.2 M +1 -1 splash/SplashFTFont.cc 1.4 M +26 -16 splash/SplashFTFontEngine.cc 1.5 M +7 -9 splash/SplashFTFontEngine.h 1.2 M +29 -18 splash/SplashFTFontFile.cc 1.2 M +8 -8 splash/SplashFTFontFile.h 1.2 M +18 -28 splash/SplashFontEngine.cc 1.2 M +7 -9 splash/SplashFontEngine.h 1.2 M +62 -8 splash/SplashFontFile.cc 1.2 M +21 -4 splash/SplashFontFile.h 1.2 M +13 -15 splash/SplashT1FontEngine.cc 1.2 M +26 -6 splash/SplashT1FontFile.cc 1.2 M +2 -2 splash/SplashT1FontFile.h 1.2 M +2 -0 xpdf/CharCodeToUnicode.h 1.3 M +48 -1 xpdf/GfxFont.cc 1.2 M +2 -0 xpdf/GfxFont.h 1.2 M +16 -2 xpdf/GlobalParams.cc 1.10 M +1 -0 xpdf/GlobalParams.h 1.2 M +118 -9 xpdf/PSOutputDev.cc 1.2 M +3 -1 xpdf/PSOutputDev.h 1.2 M +47 -53 xpdf/SplashOutputDev.cc 1.4