Utilities for text layout, wrapping, and rendering.
Go to file
2024-09-10 11:17:10 -04:00
old Back up old files 2024-09-10 11:17:10 -04:00
drawer.go
go.mod
go.sum
layout.go The new alignment method works 2024-09-06 01:22:51 -04:00
LICENSE
README.md Fix README.md 2024-09-06 00:23:36 -04:00
setter.go Restructure alignment process 2024-09-06 01:00:28 -04:00

typeset

Go Reference

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.