This commit is contained in:
llgcode 2017-12-11 17:32:57 +01:00
parent 647da9ceaa
commit c41aa97d30

View file

@ -85,7 +85,7 @@ func SetFontFolder(folder string) {
} }
func GetGlobalFontCache() FontCache { func GetGlobalFontCache() FontCache {
return defaultFonts return fontCache
} }
func SetFontNamer(fn FontFileNamer) { func SetFontNamer(fn FontFileNamer) {