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
To make text rendering look good, especially in the absence of some features like type hinting (see e.g. #169) it would be very helpful to have a debugging tool that lets you do a bunch of things:
Display the font atlas and the correspondence of characters in that atlas (e.g. by hovering)
For each letter, show metrics, like the actual (non-rounded) pixel position (ideally with a warning if the first glyph in a string isn't grid-aligned)
A dynamic editor to play with text settings, like choosing different fonts, font sizes, (sub)pixel offsets, etc
A tool to zoom in on letters (like the "Digital Color Meter" in macOS) to see how they get rendered in detail
The text was updated successfully, but these errors were encountered:
To make text rendering look good, especially in the absence of some features like type hinting (see e.g. #169) it would be very helpful to have a debugging tool that lets you do a bunch of things:
The text was updated successfully, but these errors were encountered: