summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc')
-rw-r--r--Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc b/Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc
index f0dcf50384b..3c070b70178 100644
--- a/Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc
+++ b/Build/source/libs/poppler/poppler-src/splash/SplashFTFontFile.cc
@@ -12,7 +12,8 @@
// under GPL version 2 or later
//
// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de>
-// Copyright (C) 2014 Adrian Johnson <ajohnson@redneon.com>
+// Copyright (C) 2014, 2017 Adrian Johnson <ajohnson@redneon.com>
+// Copyright (C) 2017 Oliver Sander <oliver.sander@tu-dresden.de>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -21,8 +22,6 @@
#include <config.h>
-#if HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H
-
#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
@@ -145,4 +144,6 @@ SplashFont *SplashFTFontFile::makeFont(SplashCoord *mat,
return font;
}
-#endif // HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H
+int *SplashFTFontFile::getCodeToGID() {
+ return codeToGID;
+}