From 4abd10bb26a7f77aa8261e47e049a1429b76bd5a Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 18 Aug 2008 21:40:14 +0000 Subject: [PATCH] Fixes #45848 (imagettfbbox has incorrect information for size parameter) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265101 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagettfbbox.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagettfbbox.xml b/reference/image/functions/imagettfbbox.xml index 1296c117ab..a1bde92512 100644 --- a/reference/image/functions/imagettfbbox.xml +++ b/reference/image/functions/imagettfbbox.xml @@ -1,5 +1,5 @@ - + imagettfbbox @@ -27,7 +27,8 @@ size - The font size in pixels. + The font size. Depending on your version of GD, this should be + specified as the pixel size (GD1) or point size (GD2).