[SOLVED] - imagettftext not displaying on Linux Server
Posted: Tue May 31, 2005 4:35 am
I have imagettftext working on my PC with Win XP, Apache, PHP 5.0.3 but its not working on my Linux server PHP 4.3.10, GD version : 2.0 or higher and FreeType Support Enabled.
Image does not get displayed.
Anyone knows why it doesnt in Linux ?
I tried with comic.ttf but no change.
Thanks
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