Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/FTFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/FTFont.h')
-rw-r--r--pdf/xpdf/FTFont.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/pdf/xpdf/FTFont.h b/pdf/xpdf/FTFont.h
index 52bc149..8da5558 100644
--- a/pdf/xpdf/FTFont.h
+++ b/pdf/xpdf/FTFont.h
@@ -48,9 +48,6 @@ private:
enum FTFontIndexMode {
ftFontModeUnicode,
- ftFontModeCharCode,
- ftFontModeCharCodeOffset,
- ftFontModeCodeMap,
ftFontModeCodeMapDirect,
ftFontModeCIDToGIDMap,
ftFontModeCFFCharset,
@@ -62,8 +59,7 @@ public:
// 8-bit font, TrueType or Type 1/1C
FTFontFile(FTFontEngine *engineA, char *fontFileName,
- char **fontEnc, GBool pdfFontHasEncoding,
- GBool pdfFontIsSymbolic);
+ char **fontEnc, Gushort *codeToGID);
// CID font, TrueType
FTFontFile(FTFontEngine *engineA, char *fontFileName,
@@ -81,7 +77,6 @@ private:
FTFontEngine *engine;
FT_Face face;
FTFontIndexMode mode;
- int charMapOffset;
Guint *codeMap;
Gushort *cidToGID;
int cidToGIDLen;