Documentation
¶
Overview ¶
Package textile weaves strings into a text image.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Textile ¶
Textile represents every cell in a display as a string that ideally renders as a single glyph. Like images and slices, the textile is a thin header that can share allocated memory with other textiles.
func New ¶
New returns a Textile with the given rectangle. As with images, the rectangle need not rest at the origin.
func (*Textile) StringsOffset ¶
StringOffset is a utility for seeking a slice of the underlying strings starting at the given position within the allocation.
Click to show internal directories.
Click to hide internal directories.