ebiten/text
Hajime Hoshi d5c6fd174f text/v2: remove faceWithCache's mutex
faceWithCache is not exported, and the functions using faceWithCache
are not concurrent safe. Thus, it doesn't make sense to protect
faceWithCache by mutex. Rather, this affects performance.
2024-10-25 13:58:18 +09:00
..
v2 text/v2: remove faceWithCache's mutex 2024-10-25 13:58:18 +09:00
cache.go text: cache metrics 2023-12-11 17:40:10 +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