|
|
@@ -1,8 +1,12 @@
|
|
|
-
|
|
|
# SourParse
|
|
|
|
|
|
World's Best TTF Parser, 2025
|
|
|
|
|
|
+## Etymology
|
|
|
+
|
|
|
+SourParse -> Sour & Parse
|
|
|
+Sour, like a lemon, & Parse, the action of converting a file to usable data
|
|
|
+
|
|
|
### Todo List
|
|
|
|
|
|
- [x] fix memory leaks
|
|
|
@@ -10,4 +14,4 @@ World's Best TTF Parser, 2025
|
|
|
- [ ] add support for other formats
|
|
|
- [ ] add complete TTF support (all the platforms and encodings. Well not the deprecated/obscure ones probably)
|
|
|
- [x] read glyph position data (kerning, width to move, etc)
|
|
|
-- [ ] add composite glyph transforms besides position
|
|
|
+- [ ] add composite glyph transforms besides position
|