X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FFTFont.h;h=8da5558219e30bcf1a1cca2e627150646f7b7a46;hb=ad63666daeeda50acc7630132d61fe044634fddd;hp=52bc149b180a3d8f74fc7763ae7f6441b3bc1173;hpb=d57c02ebc09bfd1a0cac44140ec7a80dbe43877e;p=evince.git diff --git a/pdf/xpdf/FTFont.h b/pdf/xpdf/FTFont.h index 52bc149b..8da55582 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;