typeset/README.md

9 lines
349 B
Markdown
Raw Normal View History

2023-07-06 23:49:32 -06:00
# typeset
2024-05-05 00:14:39 -06:00
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/tomo/typeset.svg)](https://pkg.go.dev/git.tebibyte.media/tomo/typeset)
2023-07-06 23:49:32 -06:00
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
2024-09-05 22:23:36 -06:00
draw.Image using a Drawer which "extends" TypeSetter.