You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a hand-written text shaping routine which assumes 1 codepoint -> 1 glyph. This may not always be the case. We should investigate using HarfBuzz to do text shaping instead. (This library is already used in GTK and Qt so should not bloat the dependencies too much)
Also worth investigating whether its worth caching the results of the text shaping to minimise the amount we need to do this per frame.
The text was updated successfully, but these errors were encountered:
Currently we have a hand-written text shaping routine which assumes 1 codepoint -> 1 glyph. This may not always be the case. We should investigate using HarfBuzz to do text shaping instead. (This library is already used in GTK and Qt so should not bloat the dependencies too much)
Also worth investigating whether its worth caching the results of the text shaping to minimise the amount we need to do this per frame.
The text was updated successfully, but these errors were encountered: