Code: Select all
$Font_File = "../fonts/LSANS.TTF";
@imagettftext($Image, $Size, $Angle, $x, $y,$Colour,$Font_File, $Char);Anyone knows why it doesnt in Linux ?
I tried with comic.ttf but no change.
Thanks
Moderator: General Moderators
Code: Select all
$Font_File = "../fonts/LSANS.TTF";
@imagettftext($Image, $Size, $Angle, $x, $y,$Colour,$Font_File, $Char);