OK In progress...
This commit is contained in:
parent
f304e98f80
commit
ded95b77ce
|
@ -158,6 +158,8 @@ namespace CairoChart {
|
||||||
text.font = this.font;
|
text.font = this.font;
|
||||||
text._ext = this._ext;
|
text._ext = this._ext;
|
||||||
text.color = this.color;
|
text.color = this.color;
|
||||||
|
text.hspacing = this.hspacing;
|
||||||
|
text.vspacing = this.vspacing;
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue