From 73865b1056999d4ad9255c5380522662f0ee23ba Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 2 May 2000 08:30:17 +0000 Subject: [PATCH] Correct a paramdef. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@23764 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 196d922fa6..16fec8892e 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1060,9 +1060,9 @@ function LoadPNG ($imgname) { string text int font int size - int space - int width - float angle + int space + int tightness + float angle Size is expressed in pixels. @@ -1073,7 +1073,7 @@ function LoadPNG ($imgname) { value and can also be negative. - tightness allows you to control the amount + Tightness allows you to control the amount of white space between characters. This amount is added to the normal character width and can also be negative.