using CoreText under iOS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 wxOSX_USE_ATSU_TEXT 0
|
||||||
#define wxHAS_OPENGL_ES
|
#define wxHAS_OPENGL_ES
|
||||||
|
|
||||||
|
@@ -18,6 +18,11 @@
|
|||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <CoreText/CTFont.h>
|
||||||
|
#include <CoreText/CTStringAttributes.h>
|
||||||
|
#include <CoreText/CTLine.h>
|
||||||
|
|
||||||
|
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
|
||||||
OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage(
|
OSStatus WXDLLIMPEXP_CORE wxMacDrawCGImage(
|
||||||
|
Reference in New Issue
Block a user