🎨 Improve export PDF footer font

This commit is contained in:
Liang Ding 2023-04-02 09:23:15 +08:00
parent 98e14c3b25
commit 41a175d9cd
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -78,6 +78,7 @@ func getPreferredPDFWatermarkFont(userFontNames []string) (ret string) {
}
}
}
logging.LogInfof("preferred PDF font [%s]", ret)
return
}