miloush / dwbox

A tool for testing text shaping.
5 stars 0 forks source link

Option to report glyph run with unscaled values #10

Closed simoncozens closed 2 months ago

simoncozens commented 2 months ago

When debugging a font it's easier if often everything is done at upem scale, so that the debugging process is not distracted with floating point, rounding, small values, etc. Also makes it easier to compare with other shaping engines.

miloush commented 2 months ago

DWrite reports scaled values only, but I gave you an option to show the reverse-calculated values, I checked a few glyphs and it seems to be reporting the correct values.

Just right-click on the table:

image