mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2026-04-29 08:30:14 -07:00
17a061a790
stb_truetype will be removed sometime in the future as there is a good ttf parser available in a fork.
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*)