From 70f6328150aa954cd9721e90883f001ea005c1ee Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 16 May 2017 20:42:01 +0800 Subject: Support set font style of shape text. Relate issue #38. --- chart.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index ba428d5..3f21ea6 100644 --- a/chart.go +++ b/chart.go @@ -252,7 +252,7 @@ func (f *File) addChart(formatSet *formatChart) { Rich: &cRich{ P: aP{ PPr: &aPPr{ - DefRPr: aDefRPr{ + DefRPr: aRPr{ Kern: 1200, Strike: "noStrike", U: "none", @@ -292,7 +292,7 @@ func (f *File) addChart(formatSet *formatChart) { TxPr: cTxPr{ P: aP{ PPr: &aPPr{ - DefRPr: aDefRPr{ + DefRPr: aRPr{ Kern: 1200, U: "none", Sz: 14000, @@ -812,7 +812,7 @@ func (f *File) drawPlotAreaTxPr() *cTxPr { }, P: aP{ PPr: &aPPr{ - DefRPr: aDefRPr{ + DefRPr: aRPr{ Sz: 900, B: false, I: false, -- cgit v1.2.1