diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h b/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h index 575beb49ba7..5d26d417e35 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h @@ -61,6 +61,9 @@ public: virtual void initialize(LEErrorCode &status); virtual void getGlyphBounds(LEGlyphID gid, GlyphBBox* bbox); + + virtual LEGlyphID mapGlyphToIndex(const char* glyphName) const; + virtual const char* getGlyphName(LEGlyphID gid, int& nameLen); }; #endif |