Tag: gd
Creating bitmap fonts with PHP
The GD library enables PHP the to load custom fonts (with imageloadfont()) and add text to images. But it can also be leveraged to create interesting effects — particularly when one uses PHP to first create a custom font.
In order to be able to create a custom font we need to find out more details […]
Posted: March 28th, 2005 under PHP.
Tags: Add new tag, font, gd, generate, image, PHP
Comments: none