Voting

: eight minus zero?
(Example: nine)

The Note You're Voting On

iibm at free dot fr
18 years ago
I've made a little modification of the (quite usefull) imagestringcutted function (when align=center, it doesn't work well for me if x1!=0) so juste replace the last line with :

<?php
[...]
else
imagestring($img,$font,$x1+($x2-$x1)/ 2 - strlen($text) * $fontwidth / 2,$y,$text,$color);
}
?>

<< Back to user notes page

To Top