ebiten/examples/2048
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
..
2048 text: improve rendering quality with HintingVertical 2022-11-25 16:45:37 +09:00
main.go examples: remove example build tag (#2433) 2022-11-03 20:24:09 +09:00