9 lines
349 B
Markdown
9 lines
349 B
Markdown
# typeset
|
|
|
|
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/tomo/typeset.svg)](https://pkg.go.dev/git.tebibyte.media/tomo/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
|
|
draw.Image using a Drawer which "extends" TypeSetter.
|