View Single Post
  #1  
Old 10-11-2009, 09:51 AM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,302
exdiogene
Default A PHP font question

One quick Question about PHP:

I have a .ttf in my script. It looks like this:

PHP Code:
$font imageloadfont("./fonts/visitor1.ttf"); 
then:

PHP Code:
ImageString ($img_create$font52, ($text), $color); 
How would i change the font size? :D
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote