UnknownPlayer Posted December 3, 2010 Share Posted December 3, 2010 Is there any option to put text into this boxes where are red lines ? Link to comment https://forums.phpfreaks.com/topic/220526-text-in-image/ Share on other sites More sharing options...
requinix Posted December 3, 2010 Share Posted December 3, 2010 GD can do it. Find a good TTF font (since the built-in ones aren't that nice looking), figure out a good font size (in points), and see where (in pixels from the top-left corner) you should put the text in the image. imagecreatefrom*() and imagettftext() are your friends. Link to comment https://forums.phpfreaks.com/topic/220526-text-in-image/#findComment-1142452 Share on other sites More sharing options...
UnknownPlayer Posted December 3, 2010 Author Share Posted December 3, 2010 Any example of this ? Link to comment https://forums.phpfreaks.com/topic/220526-text-in-image/#findComment-1142569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.