hello,
does anybody know how to change font-face in Arial,Verdana etc. when i'm
using image-functions of PHP?
Font-Size is clear to me...
$fontSize=2
imagestring($im , $fontSize, $px, 34+($i*1.2), $line, $orange);
Greetings fabian
does anybody know how to change font-face in Arial,Verdana etc. when i'm
using image-functions of PHP?
Font-Size is clear to me...
$fontSize=2
imagestring($im , $fontSize, $px, 34+($i*1.2), $line, $orange);
Greetings fabian
Comment