diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-05-16 20:42:01 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-05-16 20:42:01 +0800 |
commit | 70f6328150aa954cd9721e90883f001ea005c1ee (patch) | |
tree | 6dbadfb4b1fe1306f7794295b904e5f30fd29bb7 /xmlDrawing.go | |
parent | cf97118bfe48eb36b82c4a833b51d3ea4bfffa97 (diff) |
Support set font style of shape text. Relate issue #38.
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go index 71b9cf9..966ca7b 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -349,6 +349,7 @@ type formatShape struct { Width int `json:"width"` Height int `json:"height"` Format formatPicture `json:"format"` + Font formatFont `json:"font"` Text string `json:"text"` Color formatShapeColor `json:"color"` } |