summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-03-06 22:43:23 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-03-06 22:43:23 +0000
commit2fb851202b1da73113b967586b130f59ee5491dd (patch)
treea85b08eb844b14e9b567c8cb73752ac40019c9c9 /Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h
parent6eaf934f7aad57a32b0166d28dabff1fccf151d6 (diff)
Sync XeTeX
git-svn-id: svn://tug.org/texlive/trunk@29299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h21
1 files changed, 3 insertions, 18 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h b/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h
index f0c41ac4ac5..293613a517b 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h
+++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h
@@ -49,30 +49,15 @@ authorization from the copyright holders.
class XeTeXFontInst_Mac : public XeTeXFontInst
{
protected:
- const void *readTable(OTTag tag, uint32_t *length) const;
-
CTFontDescriptorRef fDescriptor;
- CTFontRef fFontRef;
-
- int fFirstCharCode;
- int fLastCharCode;
+ CTFontRef fFontRef;
public:
- XeTeXFontInst_Mac(CTFontDescriptorRef descriptor, float pointSize, int &status);
+ XeTeXFontInst_Mac(CTFontDescriptorRef descriptor, float pointSize, int &status);
- virtual ~XeTeXFontInst_Mac();
+ virtual ~XeTeXFontInst_Mac();
virtual void initialize(int &status);
-
- virtual void getGlyphBounds(GlyphID gid, GlyphBBox* bbox);
-
- virtual GlyphID mapCharToGlyph(UChar32 ch) const;
- virtual GlyphID mapGlyphToIndex(const char* glyphName) const;
-
- virtual const char* getGlyphName(GlyphID gid, int& nameLen);
-
- virtual UChar32 getFirstCharCode();
- virtual UChar32 getLastCharCode();
};
#endif