2011-08-06 117 views
0
<?php 
$size = 12;//font height 
$font = 'Arial';// your font 
$char = 'Test'; 
$char = 'With W'; 
$char = 'without w but with p and y and q'; 

    $rect = imagettfbbox($size, 0, $font, $char); 

    $image_height =abs($rect[7]);//do no respect bottom margin 
    $imw = $rect[2] - $rect[0]; //as usual 
    $bx = abs($rect[ 0 ]); // X offset 
    $by = $size * 1.25; // Y offset - we will use const LINEHEIGHT 
?> 

你能幫我解決這個錯誤嗎?imagettfbbox():無效的字體文件名

警告:imagettfbbox()[function.imagettfbbox]:用C無效字體文件名:\瓦帕\ WWW \第8行

回答

-1

小心路徑。如果使用pChart,示例可以正常工作,但由於字體文件的路徑,文件不起作用。

因此,您必須將空白替換爲../

例如:../fonts/Forgotte.ttffonts/Forgotte.ttf。對我來說,它的作品