Sean Barrett
986a5eeeb1
fix stb_truetype test file
ago%!(EXTRA string=7 years)
Kenney Phillis Jr
5182622b14
tests: fix test_trutype.c on msvc 2015
...
This is 3 short fixes for the file test_truetype.c.
1. Fix the Visual Studio Secure CRT Errors by defining
_CRT_SECURE_NO_WARNINGS
2. Fix signed/unsigned Character conversion warning/error.
3. Fix the Definitions for the Image packer.
This now works as intended generating usable png files.
ago%!(EXTRA string=8 years)
Sean Barrett
1392344cdd
include stb_connected_components.h in main stb compile tests, add test app
ago%!(EXTRA string=9 years)
Sean Barrett
ff116a4fe8
allow font ranges with first_char = 0;
...
fix divide by 0 for exactly-vertical edges;
fix possible divide by 0 for exactly-horizontal edges
add documentation for stbtt_Rasterize;
ago%!(EXTRA string=10 years)
Sean Barrett
16d9ed7211
return truetype test code to old path
ago%!(EXTRA string=11 years)
Sean Barrett
f03e352093
stb_rect_pack: fix LARGE_RECT bug
...
stb_truetype: oversampling, including oversampling demo app
ago%!(EXTRA string=11 years)
Sean Barrett
b6f8358f47
various fixes for compilation test
ago%!(EXTRA string=11 years)
Sean Barrett
671f04bd7e
debugging truetype crash
ago%!(EXTRA string=11 years)
Sean Barrett
eb62c741ea
fixed warnings for stb_truetype (fixes all outstanding bug reports)
ago%!(EXTRA string=11 years)