mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: use D3D and stb_truetype on Windows;
This commit is contained in:
parent
2790890bc2
commit
b8d762df97
2 changed files with 6 additions and 1 deletions
4
thirdparty/fontstash/fontstash.h
vendored
4
thirdparty/fontstash/fontstash.h
vendored
|
@ -161,6 +161,10 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
|
|||
#define FONS_USE_FREETYPE
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef FONS_USE_FREETYPE
|
||||
#endif
|
||||
|
||||
#ifdef FONS_USE_FREETYPE
|
||||
|
||||
#include <ft2build.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue