fix for 9710

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66531 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mike Robinson 2001-12-30 16:36:45 +00:00
parent a0fde9d484
commit f01fb4024a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.72 $ -->
<!-- $Revision: 1.73 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@ -3201,8 +3201,8 @@ ImageDestroy ($im);
<para>
<function>ImageTTFText</function> returns an array with 8
elements representing four points making the bounding box of the
text. The order of the points is upper left, upper right, lower
right, lower left. The points are relative to the text
text. The order of the points is lower left, lower right, upper
right, upper left. The points are relative to the text
regardless of the angle, so "upper left" means in the top
left-hand corner when you see the text horizontallty.
</para>