typeset/README.md

7 lines
217 B
Markdown
Raw Normal View History

2023-07-06 23:49:32 -06:00
# typeset
Typeset provides utilities for text layout, wrapping, and rendering.
2023-07-07 00:05:46 -06:00
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.