Thread
:
PHP:Tutorial - Getting to know GD
View Single Post
#
11
(
permalink
)
12-05-2006, 12:23 AM
John
Join Date: Jul 2006
Age: 20
Posts: 3,230
Last Blog:
Passwords
Credits:
865
Rep Power:
20
you can change the file the php script looks for by editing this line
PHP Code:
$font
=
'font.ttf'
;
//font file
change it to
PHP Code:
$font
=
'font.TTF'
;
//font file
John
View Public Profile
Send a private message to John
Visit John's homepage!
Find all posts by John