mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
5ec05ed79d
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. |
||
---|---|---|
.. | ||
advance.go | ||
text_test.go | ||
text.go |