diff options
author | xuri <xuri.me@gmail.com> | 2020-03-10 00:04:23 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-03-10 00:04:23 +0800 |
commit | 9e2318cefa4ebaa7bf6b1dbc95b30ad7a32366b1 (patch) | |
tree | 5662b564bb64068e0f60f1ade1dd5679f9df3974 /shape.go | |
parent | 2ccb8f62edd5d1ce039e663591964b9066fd2f4e (diff) |
Resolve #470, export Style structs to allow create the style for cells by given JSON or structure
Diffstat (limited to 'shape.go')
-rw-r--r-- | shape.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ func (f *File) addDrawingShape(sheet, drawingXML, cell string, formatSet *format if len(formatSet.Paragraph) < 1 { formatSet.Paragraph = []formatShapeParagraph{ { - Font: formatFont{ + Font: Font{ Bold: false, Italic: false, Underline: "none", |