A TTF Font File Parser

Iver b60072c28e SP_load_font is heap-allocated SP_font instead of stack-allocated 5 months ago
.vscode 839e3aee23 first commit 5 months ago
build b60072c28e SP_load_font is heap-allocated SP_font instead of stack-allocated 5 months ago
fonts 839e3aee23 first commit 5 months ago
src b60072c28e SP_load_font is heap-allocated SP_font instead of stack-allocated 5 months ago
Makefile 839e3aee23 first commit 5 months ago
dbg 839e3aee23 first commit 5 months ago
readme.md 1cbfb8d252 fixed memory leaks, child glyph data is kept 5 months ago
run 839e3aee23 first commit 5 months ago

readme.md

SourParse

World's Best TTF Parser, 2025

Todo List

  • fix memory leaks
  • read composite glyphs' child glyphs into memory as positions (I actualy might make it just be references to glyphs and then just compute the values at runtime, but with a whole ttf file loaded i think its only like 1mb super maximum of memory so it really doesn't matter)
  • add support for other formats
  • add complete TTF support (all the platforms and encodings. Well not the deprecated/obscure ones probably)