exdiogene
10-11-2009, 09:51 AM
One quick Question about PHP:
I have a .ttf in my script. It looks like this:
$font = imageloadfont("./fonts/visitor1.ttf");
then:
ImageString ($img_create, $font, 5, 2, ($text), $color);
How would i change the font size? :D
I have a .ttf in my script. It looks like this:
$font = imageloadfont("./fonts/visitor1.ttf");
then:
ImageString ($img_create, $font, 5, 2, ($text), $color);
How would i change the font size? :D