gg: disable freetype on ios for now
parent
b8d762df97
commit
e3581c5cf6
|
@ -165,6 +165,14 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
|
||||||
#undef FONS_USE_FREETYPE
|
#undef FONS_USE_FREETYPE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include "TargetConditionals.h"
|
||||||
|
#if TARGET_OS_IPHONE
|
||||||
|
#undef FONS_USE_FREETYPE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef FONS_USE_FREETYPE
|
#ifdef FONS_USE_FREETYPE
|
||||||
|
|
||||||
#include <ft2build.h>
|
#include <ft2build.h>
|
||||||
|
|
Loading…
Reference in New Issue