Browse Source

updated todo list

IverMartinson 5 months ago
parent
commit
8c67c5a143
1 changed files with 2 additions and 1 deletions
  1. 2 1
      readme.md

+ 2 - 1
readme.md

@@ -7,4 +7,5 @@ World's Best TTF Parser, 2025
 
 - [ ] 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 support for other formats
+- [ ] add complete TTF support (all the platforms and encodings. Well not the deprecated/obscure ones probably)