that was relatively easy. in Octavius's sig files you need to edit the theme.php file.
instead of imagestring use imagettftext
example:
Code:
imagettftext($image_out, 9, 0, 10, 36, $color, $font, $player['adventurer']);
you also need to upload the font file *.ttf and provide the path
example:
Code:
$font = 'font/arial.ttf';