summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-03-14 21:23:32 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2014-03-14 21:23:32 +0000
commit0af7dc6b7a6b59b735efb25e93dd4e62be2126d5 (patch)
treec08c1b55d7ae0793a37a9e621a1adebb740f12c8 /Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h
parent97f7834d79c2ef1a3a7a3d0ed038881a2fb1f459 (diff)
Sync XeTeX
git-svn-id: svn://tug.org/texlive/trunk@33175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h b/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h
index fe19cef7c97..f6f8a824a7d 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h
+++ b/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_Mac.h
@@ -39,35 +39,35 @@ authorization from the copyright holders.
#include <CoreFoundation/CoreFoundation.h>
class XeTeXFontMgr_Mac
- : public XeTeXFontMgr
+ : public XeTeXFontMgr
{
public:
- XeTeXFontMgr_Mac()
- { }
- virtual ~XeTeXFontMgr_Mac()
- { }
+ XeTeXFontMgr_Mac()
+ { }
+ virtual ~XeTeXFontMgr_Mac()
+ { }
protected:
-
- virtual void initialize();
- virtual void terminate();
- virtual void searchForHostPlatformFonts(const std::string& name);
-
- virtual NameCollection* readNames(CTFontDescriptorRef fontRef);
+ virtual void initialize();
+ virtual void terminate();
- virtual std::string getPlatformFontDesc(PlatformFontRef font) const;
+ virtual void searchForHostPlatformFonts(const std::string& name);
+
+ virtual NameCollection* readNames(CTFontDescriptorRef fontRef);
+
+ virtual std::string getPlatformFontDesc(PlatformFontRef font) const;
private:
- void addFontsToCaches(CFArrayRef fonts);
+ void addFontsToCaches(CFArrayRef fonts);
- void addFamilyToCaches(CTFontDescriptorRef familyRef);
+ void addFamilyToCaches(CTFontDescriptorRef familyRef);
- void addFontAndSiblingsToCaches(CTFontDescriptorRef fontRef);
+ void addFontAndSiblingsToCaches(CTFontDescriptorRef fontRef);
- void appendNameToList(CTFontRef font,
- std::list<std::string>* nameList,
- CFStringRef nameKey);
+ void appendNameToList(CTFontRef font,
+ std::list<std::string>* nameList,
+ CFStringRef nameKey);
};
-#endif /* __XETEX_FONT_MGR_MAC_H */
+#endif /* __XETEX_FONT_MGR_MAC_H */