go-text / typesetting

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

Clean the recompute API #13

Closed benoitkugler closed 2 years ago

benoitkugler commented 2 years ago

With #12 merged, we can simplify the Output.{RecomputeAdvance, RecalculateAll} signatures. (This is safe because we never wan't to use a different direction than the once used to shape the input.)

benoitkugler commented 2 years ago

Sure ! (I've used the if IsVertical form.)