tony2001                Mon Aug 23 09:43:28 2004 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagettftext.xml 
  Log:
  fix bug #29772 (imagestring() starting coords are upper-left, not upper-right)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagettftext.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/image/functions/imagettftext.xml
diff -u phpdoc/en/reference/image/functions/imagettftext.xml:1.11 
phpdoc/en/reference/image/functions/imagettftext.xml:1.12
--- phpdoc/en/reference/image/functions/imagettftext.xml:1.11   Tue Jul  6 05:56:44 
2004
+++ phpdoc/en/reference/image/functions/imagettftext.xml        Mon Aug 23 09:43:28 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagettftext">
    <refnamediv>
@@ -37,7 +37,7 @@
      <parameter>y</parameter> will define the basepoint of the first
      character (roughly the lower-left corner of the character).  This
      is different from the <function>imagestring</function>, where x,
-     y define the upper-right corner of the first character.
+     y define the upper-left corner of the first character.
     </para>
     <para>
      <parameter>angle</parameter> is in degrees, with 0 degrees being

Reply via email to