-
-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Milestone
Description
Operating System
- Windows
- macOS
- Linux
- FreeBSD
- OpenBSD
- Android
- iOS
- Nintendo Switch
- PlayStation 5
- Xbox
- Web Browsers
What feature would you like to be added?
Consider upgrading go-text/typesetting to version v0.3.3
Why is this needed?
We have tagged a new v0.3.3 version for go-text/typesetting, which deprecates some fields on the shaping.Glyph type. These fields will be removed in a future version, which will be a breaking change to allow for performance optimization.
It should be straightforward to update your code with these replacements :
XAdvance => Advance
YAdvance => Advance
ClusterIndex => TextIndex()
RuneCount => RunesCount()
GlyphCount => GlyphsCount()
Reactions are currently unavailable