Utilities for text layout, wrapping, and rendering.
drawer.go | ||
go.mod | ||
go.sum | ||
layout.go | ||
LICENSE | ||
README.md | ||
setter.go |
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.