ebiten/examples/2048/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
..
board.go ebiten: separate a package for ColorM: colorm 2022-11-08 23:50:04 +09:00
colors.go examples: Remove build tags from sub-packages 2018-03-14 04:13:54 +09:00
game.go ebiten: Remove the error returning value from NewImage 2020-10-06 00:48:56 +09:00
input.go Minor style fixes (early returns) (#1792) 2021-09-04 00:22:37 +09:00
tile_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
tile.go text: improve rendering quality with HintingVertical 2022-11-25 16:45:37 +09:00