stb_static.c 293 B

123456789101112
  1. #define STBI_WINDOWS_UTF8
  2. #define STB_IMAGE_STATIC
  3. #define STB_IMAGE_IMPLEMENTATION
  4. #include "stb_image.h"
  5. #define STB_IMAGE_WRITE_STATIC
  6. #define STB_IMAGE_WRITE_IMPLEMENTATION
  7. //#include "stb_image_write.h"
  8. #define STBTT_STATIC
  9. #define STB_TRUETYPE_IMPLEMENTATION
  10. #include "stb_truetype.h"