summaryrefslogtreecommitdiff
path: root/xmlChart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-06-07 09:16:55 +0800
committerxuri <xuri.me@gmail.com>2019-06-07 09:16:55 +0800
commit3997dee1f58c81444733e1756da6138d4ce445f1 (patch)
treec1aeb252ecdd741dbcb10613399af1463b71a322 /xmlChart.go
parentcff16fa8118291fd885f3f3f75fa07e28bba5eec (diff)
Fix #411, change font size to float type
Diffstat (limited to 'xmlChart.go')
-rwxr-xr-x[-rw-r--r--]xmlChart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlChart.go b/xmlChart.go
index 972ead3..d23364c 100644..100755
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -209,7 +209,7 @@ type aRPr struct {
SmtID uint64 `xml:"smtId,attr,omitempty"`
Spc int `xml:"spc,attr"`
Strike string `xml:"strike,attr,omitempty"`
- Sz int `xml:"sz,attr,omitempty"`
+ Sz float64 `xml:"sz,attr,omitempty"`
U string `xml:"u,attr,omitempty"`
SolidFill *aSolidFill `xml:"a:solidFill"`
Latin *aLatin `xml:"a:latin"`