mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a0fde9d484
commit
f01fb4024a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue