diff --git a/font.go b/font.go index cd0ec1b..38117bd 100644 --- a/font.go +++ b/font.go @@ -144,11 +144,14 @@ func (cache *defaultFontCache) Store(fontData FontData, font *truetype.Font) { } var ( + /* defaultFonts = &defaultFontCache{ fonts: make(map[string]*truetype.Font), folder: "../resource/font", namer: FontFileName, } + */ - fontCache FontCache = defaultFonts + //fontCache FontCache = defaultFonts + fontCache FontCache = nil )