Author: Kore Nordmann
Date: 2007-03-01 10:00:23 +0100 (Thu, 01 Mar 2007)
New Revision: 4699

Log:
- Fixed private verbose driver to implement all required methods

Modified:
   trunk/Graph/src/driver/verbose.php

Modified: trunk/Graph/src/driver/verbose.php
===================================================================
--- trunk/Graph/src/driver/verbose.php  2007-02-28 12:47:36 UTC (rev 4698)
+++ trunk/Graph/src/driver/verbose.php  2007-03-01 09:00:23 UTC (rev 4699)
@@ -69,6 +69,19 @@
     }
 
     /**
+     * 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 

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to