diff --git a/font.go b/font.go index 38117bd..cd0ec1b 100644 --- a/font.go +++ b/font.go @@ -144,14 +144,11 @@ 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 = nil + fontCache FontCache = defaultFonts )