summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2009-06-03 19:04:31 +0000
committerKore Nordmann <github@kore-nordmann.de>2009-06-03 19:04:31 +0000
commit90a900f4530271222ad8811d33a046323abb43d8 (patch)
tree720201d3e9f298b4bc0c18377d09fba55bb057ff
parentcdeece98eb1135eba9c16a2b2d9817c51e523497 (diff)
downloadzetacomponents-graph-90a900f4530271222ad8811d33a046323abb43d8.zip
zetacomponents-graph-90a900f4530271222ad8811d33a046323abb43d8.tar.gz
- Enhanced comment in font options usage example
-rw-r--r--src/options/font.php4
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(
OpenPOWER on IntegriCloud