View Single Post
  #7  
Old 10-22-2009, 01:43 AM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,357
exdiogene
Default RE: Display Clicks and level in Sig image

You can use TTF fonts, im just trying to work out how you change the size :(#

For Example:
PHP Code:
$font imageloadfont("./fonts/yourfont.ttf");
imagestring ($image120$textheight,  $str1$font,$color);
imagestring ($image120$textheight 13,  $str2$font$color);
imagestring ($image120$textheight 26,  $str3$font,$color);
imagestring ($image120$textheight 42,  $str6$font,$color);
imagestring ($image120$textheight 55,  $str7$font,$color); 
Thenupload your font to a folder called fonts in your FTP :)
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote