go-text / typesetting

High quality text shaping in pure Go.
Other
88 stars 11 forks source link

shaping: cleanup breakOption and cache the segmenter #26

Closed benoitkugler closed 1 year ago

benoitkugler commented 1 year ago

This is a small suggestion to clean up a bit the breakOption type and Segmenter usage. In particular, it stores the Segmenter on the LineWrapper, so that memory can be reused if the same LineWrapper is itself reused for several paragraphs.