
Tufan Baris YILDIRIM - 2010-05-13 13:46:02 -
In reply to message 1 from Marcin
download new version of D3Image.php and use as :
$image=new D3Image("width:500px;height:500px;background:black");
$image->FontPath('FontFolder/');
$image->FontCreate('arialbd.ttf','My Font') ; // arialbd.ttf is file name registered as My Font
$image->Write('Custon Font Example','font-family:My Font;font-size:13px;top:15px;left:10px;color:white'); // used as My Font
$image->Show();