This commit is contained in:
llgcode 2017-12-11 17:32:57 +01:00
parent 647da9ceaa
commit c41aa97d30
1 changed files with 1 additions and 1 deletions

View File

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