Guys I am really stuck hope some one can help. JpGraph seems to be working fine except in the use of truetype fonts the message which I am getting is:
There is either a configuration problem with truetype or a problem reading font file(C:\Windows\Fonts\arial.ttf).
I've tried hard coding the path variable in the TTF Class result : Nada
I've checked the gd and freetype settings in phpinfo() and get:-
GD Support - enabled
GD Version - 2.0 or Higher
FreeType Support- enabled
FreeType Linkage - with FreeType
JPG Support - enabled
PNG Support - enabled
WBMP Support - enabled
In other words it should work,
And I've checked the baseDir result
open_basedir Local and master Value - no value
I should say that i'm running PHP 4.2.3/Apache on a Windows platform that being said PHP is a windows binary and I am unsure of how to check for the Freetype Version or how to include it in a binary. This is the only thing that doesn't seem to work. Any help gratefully recieved.
THe Start of wisdom is to realise you know nothing. I'll be a genius then!
There is either a configuration problem with truetype or a problem reading font file(C:\Windows\Fonts\arial.ttf).
I've tried hard coding the path variable in the TTF Class result : Nada
I've checked the gd and freetype settings in phpinfo() and get:-
GD Support - enabled
GD Version - 2.0 or Higher
FreeType Support- enabled
FreeType Linkage - with FreeType
JPG Support - enabled
PNG Support - enabled
WBMP Support - enabled
In other words it should work,
And I've checked the baseDir result
open_basedir Local and master Value - no value
I should say that i'm running PHP 4.2.3/Apache on a Windows platform that being said PHP is a windows binary and I am unsure of how to check for the Freetype Version or how to include it in a binary. This is the only thing that doesn't seem to work. Any help gratefully recieved.
THe Start of wisdom is to realise you know nothing. I'll be a genius then!