Browse Source

added etymology to readme

Iver 2 weeks ago
parent
commit
bc09892a6b
1 changed files with 6 additions and 2 deletions
  1. 6 2
      readme.md

+ 6 - 2
readme.md

@@ -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