Tag Archives: image

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 … Continue reading

Posted in PHP | Tagged , , , , , | Leave a comment