Mouse Posted March 19, 2007 Share Posted March 19, 2007 Hi, Can anyone tell me in a little detail how to add fonts to my GD Library to cure this error... Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/.../testing.php on line 6 Many Thanks Link to comment https://forums.phpfreaks.com/topic/43350-adding-fonts-to-php-gd-library/ Share on other sites More sharing options...
metrostars Posted March 19, 2007 Share Posted March 19, 2007 This worked OK for me. $font = imageloadfont("fontname.gdf"); Link to comment https://forums.phpfreaks.com/topic/43350-adding-fonts-to-php-gd-library/#findComment-210589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.