修复一个小问题 (#225)

This commit is contained in:
Jiang-Red 2022-05-13 13:09:13 +08:00 committed by GitHub
parent 4837c5387a
commit 9086b9c3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ func init() {
case "用Consolas体": case "用Consolas体":
fnt = text.ConsolasFontFile fnt = text.ConsolasFontFile
case "用苹方体": case "用苹方体":
fallthrough
default: default:
fnt = text.FontFile fnt = text.FontFile
} }