fix #136
This commit is contained in:
parent
647da9ceaa
commit
c41aa97d30
1 changed files with 1 additions and 1 deletions
2
font.go
2
font.go
|
@ -85,7 +85,7 @@ func SetFontFolder(folder string) {
|
|||
}
|
||||
|
||||
func GetGlobalFontCache() FontCache {
|
||||
return defaultFonts
|
||||
return fontCache
|
||||
}
|
||||
|
||||
func SetFontNamer(fn FontFileNamer) {
|
||||
|
|
Loading…
Reference in a new issue