4 lines
139 B
Go
4 lines
139 B
Go
|
// Package textdraw implements utilities for drawing text, as well as performing
|
||
|
// text wrapping and bounds calculation.
|
||
|
package textdraw
|