diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-06 17:29:15 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-06 17:29:15 +0000 |
commit | e908059c852606dc94864e34c963f682da27e67b (patch) | |
tree | 627f62320c0c51fd1125ae98b2bf3e2c84ca9f1c /Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h | |
parent | 62dfc6d9588e7c3aa6a85b06b53479697b272243 (diff) |
xetex updates for version 0.996
git-svn-id: svn://tug.org/texlive/trunk@2602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h | 3 |
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 |