Is there a way to create jpeg, gif image from text/html? What library to use?
Thanks
Is there a way to create jpeg, gif image from text/html? What library to use?
Thanks
Sorry?
Are you trying to create an image?
Look for the gd functions in PHP.
Yes. How to generate font for GD library?
You want to generate a font.
Do you mean, just get a font you can use for GD functions?
Or do you actually want to create a font?
I need to generate font.
Tried:
http://www.puremango.co.uk/cm_fontmaker_114.php# - (can't see anything)
http://www.wedwick.com/wftopf.exe (not exact match)
I'm trying to generate Verdana 14
Thanks
I installed GD and it works.
I need to generate exact font.
$font = 'arial.ttf';
How to generate 'ttf' or 'gdf' file?