diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2009-06-03 19:04:31 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2009-06-03 19:04:31 +0000 |
commit | 90a900f4530271222ad8811d33a046323abb43d8 (patch) | |
tree | 720201d3e9f298b4bc0c18377d09fba55bb057ff /src/options | |
parent | cdeece98eb1135eba9c16a2b2d9817c51e523497 (diff) | |
download | zetacomponents-graph-90a900f4530271222ad8811d33a046323abb43d8.zip zetacomponents-graph-90a900f4530271222ad8811d33a046323abb43d8.tar.gz |
- Enhanced comment in font options usage example
Diffstat (limited to 'src/options')
-rw-r--r-- | src/options/font.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options/font.php b/src/options/font.php index 6d5260d..0c7e286 100644 --- a/src/options/font.php +++ b/src/options/font.php @@ -32,6 +32,10 @@ * * // The following only affects all elements except the // title element, * // which now has its own font configuration. + * // + * // Keep in mind that the specified font is driver specific. A pure name + * // works for the SVG driver, used here. The GD driver for example + * // requires a path to a TTF file. * $graph->options->font->name = 'serif'; * * $graph->data['Access statistics'] = new ezcGraphArrayDataSet( array( |