diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-08-18 12:56:10 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-08-18 12:56:10 +0000 |
commit | 5091a24682cf37af25eebd4158a0d9480aea6252 (patch) | |
tree | d4998b172a75d207daed201225a988912485e5a9 /src/palette | |
parent | 94953ea4f75810e5e667425bfd55ce8d51672ee3 (diff) | |
download | zetacomponents-graph-5091a24682cf37af25eebd4158a0d9480aea6252.zip zetacomponents-graph-5091a24682cf37af25eebd4158a0d9480aea6252.tar.gz |
- Started refactoring of font configuration
# - The next iteration will enable you to use the different font rendering
# methods from ext/GD
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 |