]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/GfxFont.h
Fix for a number of integer overflow bugs discovered by Chris Evans.
[evince.git] / pdf / xpdf / GfxFont.h
index ddd88be3e55fb3ff1cbfa008074fb74e59ef61f4..62dfd0881ad24b9842f61e3cdf52d221ebb95825 100644 (file)
@@ -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();