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
In case anyone else comes across this, I just used font.getGlyphWidths(font.getGlyphIDs(text)).reduce((acc, width) => acc + width, 0) which seems to work on web.
Description
I'm in need of the measureText function in the web implementation, what would be required to make it happen?
The text was updated successfully, but these errors were encountered: