Dathremar Posted February 27, 2008 Share Posted February 27, 2008 I am drawing a pie chart on my web site. the function and everything works well on windows server (my local server), but on the linux on-line test server it doesnt. I located the problem in this -> imagettftext($image, 10, 0, $text_X, $text_Y, $text_color, $font, "$text"); where $font = "Verdana.ttf"; The problem is something about the font because if i comment this line the picture is displayed just fine. Any suggestions about what could be the solution of this matter? Thx in advance Link to comment https://forums.phpfreaks.com/topic/93318-font-problem-on-linux-server/ Share on other sites More sharing options...
jaymc Posted February 27, 2008 Share Posted February 27, 2008 Linux is case sensitive Verdana.ttf will only work if the font is called "Verdana.ttf", not "verdana.ttf" Link to comment https://forums.phpfreaks.com/topic/93318-font-problem-on-linux-server/#findComment-477996 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.