ebiten/text
Hajime Hoshi 911cf0c48c text: deprecate BoundString
After we found a correct definition of the term 'dot', BoundString seems
less useful than expected. In order to adjust the position of a text, we
should use a face's Metrics and a string's advance (font.MeasureString).
2023-06-10 19:21:04 +09:00
..
cache.go text: cache Kern values 2023-05-28 23:23:43 +09:00
text_test.go update bitmapfont to v3 2023-05-30 11:17:36 +09:00
text.go text: deprecate BoundString 2023-06-10 19:21:04 +09:00