X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FGfxFont.h;h=62dfd0881ad24b9842f61e3cdf52d221ebb95825;hb=5932479cc8c371a385616b5909df558a091b7111;hp=ddd88be3e55fb3ff1cbfa008074fb74e59ef61f4;hpb=ad63666daeeda50acc7630132d61fe044634fddd;p=evince.git diff --git a/pdf/xpdf/GfxFont.h b/pdf/xpdf/GfxFont.h index ddd88be3..62dfd088 100644 --- a/pdf/xpdf/GfxFont.h +++ b/pdf/xpdf/GfxFont.h @@ -23,7 +23,7 @@ class Dict; class CMap; class CharCodeToUnicode; -class TrueTypeFontFile; +class FoFiTrueType; struct GfxFontCIDWidths; //------------------------------------------------------------------------ @@ -220,7 +220,7 @@ public: // Return a char code-to-GID mapping for the provided font file. // (This is only useful for TrueType fonts.) - Gushort *getCodeToGIDMap(TrueTypeFontFile *ff); + Gushort *getCodeToGIDMap(FoFiTrueType *ff); // Return the Type 3 CharProc dictionary, or NULL if none. Dict *getCharProcs();