🎨 Improve export PDF footer font

This commit is contained in:
Liang Ding 2023-04-02 09:23:15 +08:00
parent ebcfb4b426
commit 87bdcaf0b6
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
}