Open x2w-soda opened 2 years ago
Allow users to define their own STBTT_DEF. Other headers such as stb_image.h and stb_image_write.h have a similar mechanism. I ran into a "STBTT_DEF redefined" compiler warning and figured that stb_truetype.h does not check if STBTT_DEF is defined.
Allow users to define their own STBTT_DEF. Other headers such as stb_image.h and stb_image_write.h have a similar mechanism. I ran into a "STBTT_DEF redefined" compiler warning and figured that stb_truetype.h does not check if STBTT_DEF is defined.