feat(优化性能): 继续提升性能
build.yaml / build (push) Successful in 34s

This commit is contained in:
2026-07-13 23:38:58 +08:00
parent c8c5ce2cfc
commit 8a68014262
4 changed files with 48 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ type Renderer struct {
FontGIDMap map[string]map[uint16]rune
FontCIDMap map[string]map[uint16]rune
fontFSCache map[fontFSKey]*canvas.FontFamily
textGlyphPathCache map[textGlyphPathCacheKey]textGlyphPathCacheValue
fontDirs []string
fontFS []fs.FS
}