From c41aa97d30ae131f178c555e3bbaeae333dc8f0d Mon Sep 17 00:00:00 2001 From: llgcode Date: Mon, 11 Dec 2017 17:32:57 +0100 Subject: [PATCH] fix #136 --- font.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {