Add license and readme for modified stb_truetype vendor lib

This commit is contained in:
2025-02-01 08:04:22 -05:00
parent 600bad337e
commit 10080190c8
3 changed files with 34 additions and 0 deletions

8
thirdparty/stb/README.md vendored Normal file
View File

@@ -0,0 +1,8 @@
# stb_truetype-odin
A modification of the stb_truetype vendor library.
Adds support for:
* Allocator assignement via gb/zpl allocators (essentially equivalent to odin's allocator procedure/data struct)
* Pass #by_ptr on font_info's when they are expected to be immutable (library has the proc signature as `const font_info*`)