2
我試過了很多不同的方法,現在我儘可能的明確了。我在Windows 7上使用xampp和PHP/pChart。在我的代碼有:pchart錯誤:消息:imageftbbox()[function.imageftbbox]:無效的字體文件名
<?php
include('pChart/pData.class');
include('pChart/pChart.class');
putenv('GDFONTPATH=' . 'C:\Windows');
...
$Test->setFontProperties("/Fonts/tahoma.ttf",8);
...
?>
我的確在字體前面包括「/」,使庫不不期而遇追加的.ttf我看可以在某些情況下發生的。
在這個問題上的任何援助將不勝感激。
字體實際上是否位於被調用的位置? – random
據我所知可以。 –
這是什麼版本的pChart?所有這些方法調用看起來不像你在2.0中看到的那樣 – random