ebiten/text/v2
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
..
testdata text/v2: add Metrics.XHeight and Metrics.CapHeight 2024-09-11 00:15:57 +09:00
export_test.go text/v2: refactoring 2023-12-09 22:07:17 +09:00
glyph.go text/v2: add glyphImageCache.atime 2024-07-03 18:40:40 +09:00
gotext.go text/v2: add comments about size 2024-09-30 03:09:29 +09:00
gotextfacesource.go all: update go-text 2024-09-09 23:29:49 +09:00
gotextseg.go all: update go-text 2024-09-09 23:29:49 +09:00
gox.go text/v2: add comments 2024-09-11 00:22:17 +09:00
goxcache.go text/v2: remove faceWithCache's mutex 2024-10-25 13:58:18 +09:00
layout.go text/v2: avoid creating an option struct when the given option is nil 2024-04-07 22:28:21 +09:00
limited.go text/v2: add a comment 2024-03-11 23:24:38 +09:00
metadata.go all: update go-text 2024-09-09 23:29:49 +09:00
multi_test.go text/v2: rename StdFace to GoXFace 2024-03-20 02:42:31 +09:00
multi.go text/v2: add Metrics.XHeight and Metrics.CapHeight 2024-09-11 00:15:57 +09:00
text_test.go text/v2: add Metrics.XHeight and Metrics.CapHeight 2024-09-11 00:15:57 +09:00
text.go text/v2: add Metrics.XHeight and Metrics.CapHeight 2024-09-11 00:15:57 +09:00