View Single Post
  #11 (permalink)  
Old 12-05-2006, 12:23 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,230
Last Blog:
Passwords
Credits: 865
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John
Default

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 
Reply With Quote