diff options
Diffstat (limited to 'src/palette')
-rw-r--r-- | src/palette/black.php | 4 | ||||
-rw-r--r-- | src/palette/tango.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/palette/black.php b/src/palette/black.php index 48d3029..3c893a5 100644 --- a/src/palette/black.php +++ b/src/palette/black.php @@ -61,11 +61,11 @@ class ezcGraphPaletteBlack extends ezcGraphPalette ); /** - * Fontface + * Name of font to use * * @var string */ - protected $fontFace = 'Vera.ttf'; + protected $fontName = 'sans-serif'; /** * Fontcolor diff --git a/src/palette/tango.php b/src/palette/tango.php index e4ca15b..073d91b 100644 --- a/src/palette/tango.php +++ b/src/palette/tango.php @@ -48,11 +48,11 @@ class ezcGraphPaletteTango extends ezcGraphPalette ); /** - * Fontface + * Name of font to use * * @var string */ - protected $fontFace = 'Vera.ttf'; + protected $fontName = 'sans-serif'; /** * Fontcolor |