ebiten/examples/font
Hajime Hoshi a042af98b1 text: improve rendering quality with HintingVertical
When HintingVertical is used, the interval between two glyphs is not
quantized (i.e. not a whole pixel). The text package didn't consider
this situation.

This change improves the quality by using more various glyph images
with 1/4 pixels granularity in vertical direction.

Closes #2469
2022-11-25 16:45:37 +09:00
..
main.go text: improve rendering quality with HintingVertical 2022-11-25 16:45:37 +09:00