nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.85k stars 7.72k forks source link

stb_truetype: allow user defined STBTT_DEF #1320

Open x2w-soda opened 2 years ago

x2w-soda commented 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.