fontstash: use freetype only on non-Windows systems
parent
5dcd2303c9
commit
82e6628659
|
@ -155,7 +155,11 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
|
||||||
|
|
||||||
#define FONS_NOTUSED(v) (void)sizeof(v)
|
#define FONS_NOTUSED(v) (void)sizeof(v)
|
||||||
|
|
||||||
|
|
||||||
|
// Use FreeType on non-Windows systems
|
||||||
|
#ifndef _WIN32
|
||||||
#define FONS_USE_FREETYPE
|
#define FONS_USE_FREETYPE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef FONS_USE_FREETYPE
|
#ifdef FONS_USE_FREETYPE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue