missed font size
This commit is contained in:
parent
cbb945dc1c
commit
205a7284a9
1 changed files with 1 additions and 0 deletions
1
style.go
1
style.go
|
@ -123,6 +123,7 @@ func (s Style) WithDefaultsFrom(defaults Style) (final Style) {
|
|||
final.StrokeDashArray = s.GetStrokeDashArray(defaults.StrokeDashArray)
|
||||
final.FillColor = s.GetFillColor(defaults.FillColor)
|
||||
final.FontColor = s.GetFontColor(defaults.FontColor)
|
||||
final.FontSize = s.GetFontSize(defaults.FontSize)
|
||||
final.Font = s.GetFont(defaults.Font)
|
||||
final.Padding = s.GetPadding(defaults.Padding)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue