From 3cdcc375806544277038f2e896cf7c2a197eae56 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 2 Jan 2026 12:36:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AD=97=E4=BD=93=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=AD=97=E4=BD=93=E7=BB=93=E6=9E=84=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ofdgo_res.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ofdgo_res.go b/ofdgo_res.go index 7d70eb9..e569158 100644 --- a/ofdgo_res.go +++ b/ofdgo_res.go @@ -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"` }