From: Stefan Csomor Date: Thu, 29 Nov 2007 21:36:30 +0000 (+0000) Subject: adding CoreText implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16bdd5e4a3d97c8cd72e55749aee946cda281cef adding CoreText implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index ac2332341e..a60e022900 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -90,8 +90,8 @@ #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 #else // platform < 10.5 diff --git a/include/wx/mac/carbon/font.h b/include/wx/mac/carbon/font.h index 9fc1171abb..891e32b6ee 100644 --- a/include/wx/mac/carbon/font.h +++ b/include/wx/mac/carbon/font.h @@ -51,7 +51,7 @@ public: bool Create(const wxNativeFontInfo& info); bool MacCreateThemeFont( wxUint16 themeFontID ) ; -#ifdef __LP64__ +#if wxMAC_USE_CORE_TEXT bool MacCreateUIFont( wxUint32 coreTextFontType ); #endif @@ -87,7 +87,7 @@ public: // Mac-specific, risks to change, don't use in portable code -#ifndef __LP64__ +#if wxMAC_USE_ATSU_TEXT // 'old' Quickdraw accessors short MacGetFontNum() const; short MacGetFontSize() const; @@ -100,10 +100,9 @@ public: // Returns an ATSUStyle not ATSUStyle* void* MacGetATSUStyle() const ; -#else +#endif +#if wxMAC_USE_CORE_TEXT const void * MacGetCTFont() const; - // soon to be removed for 64bit, Returns an ATSUStyle not ATSUStyle* - void* MacGetATSUStyle() const ; #endif private: