diff --git a/font.go b/font.go index 70de72b..90ef9a1 100644 --- a/font.go +++ b/font.go @@ -85,7 +85,7 @@ func SetFontFolder(folder string) { } func GetGlobalFontCache() FontCache { - return defaultFonts + return fontCache } func SetFontNamer(fn FontFileNamer) {