Font changes to improve chart readability

This commit is contained in:
Thomas Gelf 2014-03-07 23:31:51 +00:00
parent b1c77ea509
commit 713bd83aee

View File

@ -116,7 +116,7 @@ class Text extends Styleable implements Drawable
/** /**
* Set the font-stretch property of the text * Set the font-stretch property of the text
*/ */
private $fontStretch = 'ultra-condensed'; private $fontStretch = 'semi-condensed';
/** /**
* Construct a new text drawable * Construct a new text drawable
@ -189,7 +189,7 @@ class Text extends Styleable implements Drawable
'style', 'style',
$this->getStyle() $this->getStyle()
. ';font-size:' . $this->fontSize . ';font-size:' . $this->fontSize
. '; font-family: Verdana, serif' . '; font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, Verdana, sans-serif'
. ';font-weight: ' . $this->fontWeight . ';font-weight: ' . $this->fontWeight
. ';font-stretch: ' . $this->fontStretch . ';font-stretch: ' . $this->fontStretch
. '; font-style: normal;' . '; font-style: normal;'