Add more description to readme

This commit is contained in:
Sasha Koshka 2023-07-07 02:05:46 -04:00
parent d037503b38
commit a24daf9b75
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# typeset
Typeset provides utilities for text layout, wrapping, and rendering.
The state of a text layout is stored in a TypeSetter, and it can be drawn to any
image.Image using a Drawer which "extends" TypeSetter.