Ruth Posted April 2, 2008 Share Posted April 2, 2008 How do I find the fonts that are installed on my server. I'm using apache and php5. I can find C:/windows/fonts but no ttf files are stored there. I've looked in the apache and xampp folder but found nothing dealing with fonts. Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/ Share on other sites More sharing options...
uniflare Posted April 2, 2008 Share Posted April 2, 2008 can i ask why you would want to know such a thing? try googling for a directory list snippet in php Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/#findComment-507666 Share on other sites More sharing options...
stuffradio Posted April 2, 2008 Share Posted April 2, 2008 You should always have the standard fonts available. Is this on your local machine, or a seperate off site location machine? Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/#findComment-507669 Share on other sites More sharing options...
Ruth Posted April 2, 2008 Author Share Posted April 2, 2008 I'm working with the imagettftext function and I'm getting the error imagettftext() [function.imagettftext]: Invalid font filename Which tells me the font arial is not stored on my server. I was thinking I could check to see which fonts are stored on my server. If arial is not there I could change it to something that is. Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/#findComment-507670 Share on other sites More sharing options...
Ruth Posted April 2, 2008 Author Share Posted April 2, 2008 non of my fonts have that ttf extenstion which I need to run my function Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/#findComment-507671 Share on other sites More sharing options...
stuffradio Posted April 2, 2008 Share Posted April 2, 2008 Can you post the code so we can help you? Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/#findComment-507678 Share on other sites More sharing options...
Ruth Posted April 2, 2008 Author Share Posted April 2, 2008 never mind I figured it out Link to comment https://forums.phpfreaks.com/topic/99216-solved-ttf/#findComment-507682 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.