I have a class which generates secure images but I can not set the size of the text outputted on it. I post you only the function that sets the text but not the whole class due to its length.
Code: Select all
imagestring($image, $font, $left, $top, $rand, $textColor);
//$image is an image resource
//$font is a .gdf font file
//$left
//$top
//$rand is the text
//$textColor is the color of the textchar height:93;
char width :73;
but I got the same results.
Do you know how to fix that?