ebiten/text
Hajime Hoshi 20c216b2b1 text/v2: bug fix: glyph image sizes might not be enough
Hajime found that one glyph 'ら' was not rendered correctly in a
vertical Japanese text in examples/texti18n. This was due to an
incorrect calculation of the image sizes.

This change fixes this issue by always adding +1 to the sizes no matter
what the glyph size is or the position is. It is in theory possible to
determine whether this addition is necessary, but this is pretty
complicated and might cause other issues.
2023-11-25 01:26:52 +09:00
..
v2 text/v2: bug fix: glyph image sizes might not be enough 2023-11-25 01:26:52 +09:00
cache.go text: cache Kern values 2023-05-28 23:23:43 +09:00
text_test.go text: refactoring 2023-11-19 17:42:07 +09:00
text.go all: add text/v2 2023-11-12 17:04:25 +09:00