summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f5fac44)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71768
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* 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
#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(