go-text / render

Rendering capabilities for go-text based typesetting
Other
10 stars 2 forks source link

Segment input string (fixes #11) #12

Closed benoitkugler closed 9 months ago

benoitkugler commented 10 months ago

Use shaping.Segmenter to make sure [Input.Script] field is filled, so that Harfbuzz may properly apply script specific rules.

benoitkugler commented 9 months ago

Merging since this is a bug fix with no API change.