Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-09-19 09:08:29 +08:00
parent 40328523ad
commit 8b18389e95
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -158,10 +158,6 @@ func parseTTFFontFamily(fontPath string) (ret string) {
return
}
if strings.Contains(fontPath, "04") {
logging.LogInfo(fontPath)
}
t, err := font.NameTable()
if err != nil {
logging.LogErrorf("get font [%s] name table failed: %s", fontPath, err)