Hi,
I have used the php image function to do manipulation of images.
in my script i have used the "imagettftext()" function. In that i have passed the font file path as one of the parameters.
When i run my script in windows it was working fine. In windows i know the actual path where fonts are stored, but when i try to run my script in linux, i m not able to find the path where actual font files are stored????
i got some info on the net for where the font files are stored in linux.
/usr/share/fonts/default/
/usr/X11R6/lib/X11/ paths.. but i m not sure how to proceed.
but it is not working. I actually want to know where the font files are stored, which format and wat are the default fonts.
Thanks in Advance
Naveen