ebiten/text
Hajime Hoshi 5ec05ed79d text: Cleaning up the cache after the rendering finishes
Before this fix, cleaning up the cache happens during making glyph
images, and this can be problematic when the text includes more
glyphs than the cache limit.

After this fix, Draw allows to have more glyph cache than the limit
temporarily.
2020-11-03 15:58:35 +09:00
..
advance.go text: Cache GlyphAdvance result 2018-02-18 21:38:48 +09:00
text_test.go ebiten: Remove the error returning value from NewImage 2020-10-06 00:48:56 +09:00
text.go text: Cleaning up the cache after the rendering finishes 2020-11-03 15:58:35 +09:00