feat(字体定义): 补充字体结构定义

This commit is contained in:
2026-01-02 12:36:49 +08:00
parent e2760f0814
commit 3cdcc37580
+5
View File
@@ -36,6 +36,11 @@ type Font struct {
ID string `xml:"ID,attr"`
FontName string `xml:"FontName,attr"`
FamilyName string `xml:"FamilyName,attr"`
Charset string `xml:"Charset,attr"`
Italic bool `xml:"Italic,attr"`
Bold bool `xml:"Bold,attr"`
Serif bool `xml:"Serif,attr"`
FixedWidth bool `xml:"FixedWidth,attr"`
FontFile string `xml:"FontFile"`
}