ebiten/text
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
..
advance.go text: Cache GlyphAdvance result 2018-02-18 21:38:48 +09:00
text_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
text.go text: improve rendering quality with HintingVertical 2022-11-25 16:45:37 +09:00