]> git.saurik.com Git - wxWidgets.git/commitdiff
using CoreText under iOS
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 14 Jun 2012 21:53:06 +0000 (21:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 14 Jun 2012 21:53:06 +0000 (21:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/iphone/chkconf.h
include/wx/osx/iphone/private.h

index 0148719a6560f29c54615786ad10d27881a5682d..bcb436597b2cc0f3962418a404b3c5aa7013a8b9 100644 (file)
@@ -20,7 +20,7 @@
  * under a certain platform
  */
 
  * under a certain platform
  */
 
-#define wxOSX_USE_CORE_TEXT 0
+#define wxOSX_USE_CORE_TEXT 1
 #define wxOSX_USE_ATSU_TEXT 0
 #define wxHAS_OPENGL_ES
 
 #define wxOSX_USE_ATSU_TEXT 0
 #define wxHAS_OPENGL_ES
 
index a65f3ee2bf93269acd3129c9451ab4b6e8f4f954..ff78c42c36919675c37e280ae9595b88c692490c 100644 (file)
     #import <UIKit/UIKit.h>
 #endif
 
     #import <UIKit/UIKit.h>
 #endif
 
+#include <CoreText/CTFont.h>
+#include <CoreText/CTStringAttributes.h>
+#include <CoreText/CTLine.h>
+
+
 #if wxUSE_GUI
 
 OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage(
 #if wxUSE_GUI
 
 OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage(