it worked for me : use absolute path
$font = 'C:\wamp\www\Persian-txt2img\Vazir-Code.ttf'; $font = mb_convert_encoding($font, 'big5', 'utf-8'); // Add the text imagettftext($image, 24, 0, 64, 48, $text_color, $font, $text);