package
0.1.1
Repository: https://github.com/go-text/typesetting.git
Documentation: pkg.go.dev

# Structs

Line is the content of a grapheme delimited by the segmenter.
GraphemeIterator provides a convenient way of iterating over the graphemes delimited by a `Segmenter`.
Line is the content of a line delimited by the segmenter.
LineIterator provides a convenient way of iterating over the lines delimited by a `Segmenter`.
Segmenter is the entry point of the package.