summaryrefslogtreecommitdiff
path: root/xmlStyles.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-09-23 21:50:03 +0800
committerxuri <xuri.me@gmail.com>2019-09-23 21:50:03 +0800
commit75d66a03f33f25c29167c5f75ee8a4cc58598420 (patch)
treeb6377075fe0bcbf98f285272a443e66e07596d64 /xmlStyles.go
parent3280e1b68664e12143cbd2b3a408f9f494a72897 (diff)
Fix #482, font strike style support
Diffstat (limited to 'xmlStyles.go')
-rw-r--r--xmlStyles.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlStyles.go b/xmlStyles.go
index 5823bc9..7e02d6e 100644
--- a/xmlStyles.go
+++ b/xmlStyles.go
@@ -320,6 +320,7 @@ type formatFont struct {
Underline string `json:"underline"`
Family string `json:"family"`
Size float64 `json:"size"`
+ Strike bool `json:"strike"`
Color string `json:"color"`
}