summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h b/Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h
index fb439114ab9..217d6e5ca4c 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h
+++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h
@@ -68,6 +68,9 @@ public:
virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
virtual LEGlyphID mapGlyphToIndex(const char* glyphName) const;
virtual void getKernPair(LEGlyphID leftGlyph, LEGlyphID rightGlyph, LEPoint &kern) const;
+ virtual const char* getGlyphName(LEGlyphID gid, int& nameLen);
+ virtual LEUnicode32 getFirstCharCode();
+ virtual LEUnicode32 getLastCharCode();
};
#endif