From: Stefan Csomor Date: Fri, 30 Nov 2007 20:52:13 +0000 (+0000) Subject: atsu for textctrl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bab4b13d392e0c9663c2c5a09f0dcbc77344ec05 atsu for textctrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/font.h b/include/wx/mac/carbon/font.h index b9e87b571e..9863e0325d 100644 --- a/include/wx/mac/carbon/font.h +++ b/include/wx/mac/carbon/font.h @@ -101,12 +101,14 @@ public: wxUint16 MacGetThemeFontID() const ; // Returns an ATSUStyle not ATSUStyle* - void* MacGetATSUStyle() const ; #endif #if wxMAC_USE_CORE_TEXT const void * MacGetCTFont() const; const void * MacGetCTFontDescriptor() const; #endif +#if wxMAC_USE_CORE_TEXT || wxMAC_USE_ATSU_TEXT + void* MacGetATSUStyle() const ; +#endif private: void Unshare();