summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go1
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"`
}