summaryrefslogtreecommitdiffstats
path: root/src/driver
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-03-01 09:00:23 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-03-01 09:00:23 +0000
commit897d61bc39c3a916fd178d8b973bdd79aba1f40d (patch)
tree7e4269d4d67f6095fb369805028093584a260a14 /src/driver
parent2df024d6dcc05744162993178e6050fe1917b6a2 (diff)
downloadzetacomponents-graph-897d61bc39c3a916fd178d8b973bdd79aba1f40d.zip
zetacomponents-graph-897d61bc39c3a916fd178d8b973bdd79aba1f40d.tar.gz
- Fixed private verbose driver to implement all required methods
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/verbose.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/driver/verbose.php b/src/driver/verbose.php
index df169db..5c28e45 100644
--- a/src/driver/verbose.php
+++ b/src/driver/verbose.php
@@ -69,6 +69,19 @@ class ezcGraphVerboseDriver extends ezcGraphDriver
}
/**
+ * Returns boundings of text depending on the available font extension
+ *
+ * @param float $size Textsize
+ * @param ezcGraphFontOptions $font Font
+ * @param string $text Text
+ * @return ezcGraphBoundings Boundings of text
+ */
+ protected function getTextBoundings( $size, ezcGraphFontOptions $font, $text )
+ {
+ return null;
+ }
+
+ /**
* Wrties text in a box of desired size
*
* @param mixed $string
OpenPOWER on IntegriCloud