git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50330
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
-#define wxMAC_USE_CORE_TEXT 1
-#define wxMAC_USE_ATSU_TEXT 0
+#define wxMAC_USE_CORE_TEXT 0
+#define wxMAC_USE_ATSU_TEXT 1
bool Create(const wxNativeFontInfo& info);
bool MacCreateThemeFont( wxUint16 themeFontID ) ;
bool Create(const wxNativeFontInfo& info);
bool MacCreateThemeFont( wxUint16 themeFontID ) ;
bool MacCreateUIFont( wxUint32 coreTextFontType );
#endif
bool MacCreateUIFont( wxUint32 coreTextFontType );
#endif
// Mac-specific, risks to change, don't use in portable code
// Mac-specific, risks to change, don't use in portable code
// 'old' Quickdraw accessors
short MacGetFontNum() const;
short MacGetFontSize() const;
// 'old' Quickdraw accessors
short MacGetFontNum() const;
short MacGetFontSize() const;
// Returns an ATSUStyle not ATSUStyle*
void* MacGetATSUStyle() const ;
// Returns an ATSUStyle not ATSUStyle*
void* MacGetATSUStyle() const ;
+#endif
+#if wxMAC_USE_CORE_TEXT
const void * MacGetCTFont() const;
const void * MacGetCTFont() const;
- // soon to be removed for 64bit, Returns an ATSUStyle not ATSUStyle*
- void* MacGetATSUStyle() const ;