diff options
author | xuri <xuri.me@gmail.com> | 2019-09-23 21:50:03 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-09-23 21:50:03 +0800 |
commit | 75d66a03f33f25c29167c5f75ee8a4cc58598420 (patch) | |
tree | b6377075fe0bcbf98f285272a443e66e07596d64 /xmlStyles.go | |
parent | 3280e1b68664e12143cbd2b3a408f9f494a72897 (diff) |
Fix #482, font strike style support
Diffstat (limited to 'xmlStyles.go')
-rw-r--r-- | xmlStyles.go | 1 |
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"` } |