php-developer-list | 2001122
Date: 12/30/01
- Next message: Andi Gutmans: "[PHP-DEV] Engine 2 mailing list archive"
- Previous message: ler <email protected>: "[PHP-DEV] Bug #14120 Updated: libtool needs help."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 9710
Updated by: mrobinso
Reported By: bobw123 <email protected>
Old Status: Open
Status: Closed
Bug Type: Documentation problem
Operating System: BSDI 4.1
PHP Version: 4.0.2
New Comment:
Fixed in CVS.
Thanks for your report.
Previous Comments:
------------------------------------------------------------------------
[2001-10-10 13:58:10] sander <email protected>
Documentation about ImageTTFBBox is correct.
Documentation about ImageTTFText is NOT correct, it should read "lower left, lower right, upper right, upper left".
Tested with PHP-4.0.6 with the GD binary from 4.0.5 (which is 1.8.x).
------------------------------------------------------------------------
[2001-08-06 14:25:05] andy <email protected>
ok, maybe I'm not so sure, can anybody with windows test this...
------------------------------------------------------------------------
[2001-08-06 13:56:07] andy <email protected>
Documentation is wrong
Assigned to myself.
------------------------------------------------------------------------
[2001-03-12 13:00:39] bobw123 <email protected>
Hi,
The coordinates returned from ImageTTFText
are stated to be "upper left, upper right, lower right, lower left"
in the manual, but are returned as the following ( which is the
same array structure that is returned from ImageTTFBBox):
bottom left:
x: 0
y: 1
bottom right
x: 2
y: 3
top right:
x: 4
y: 5
top left:
x: 6
y: 7
Possibly the newer version of GD/PHP returns the different array
sructure, as I am using GD 1.3.
Bob
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=9710&edit=1
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "[PHP-DEV] Engine 2 mailing list archive"
- Previous message: ler <email protected>: "[PHP-DEV] Bug #14120 Updated: libtool needs help."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

