We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11bf399 + 3c9c66e commit 9cc9f3bCopy full SHA for 9cc9f3b
src/rtext.c
@@ -93,6 +93,9 @@
93
#pragma GCC diagnostic ignored "-Wunused-function"
94
#endif
95
96
+ #define STBTT_malloc(x,u) ((void)(u),RL_MALLOC(x))
97
+ #define STBTT_free(x,u) ((void)(u),RL_FREE(x))
98
+
99
#define STBTT_STATIC
100
#define STB_TRUETYPE_IMPLEMENTATION
101
#include "external/stb_truetype.h" // Required for: ttf font data reading
0 commit comments