Hi all
Right now, hinting needs to be disabled if font sizes are down near 1 or so. Otherwise this happens:
Ideally, Skia (or FreeType) would hint based on the final rendered size of the font - not just the value in SkFont.setSize().
If we have no prior knowldge of what the scale will be, we are left with the choice of disabling hinting entirely, or coming up with an algorithm that enables hinting based on a combination of font size and canvas scale.
Is this a bug? Does the Skia team consider it a bug?
Paul