GD supports the use of PostScript type 1 fonts on images
T1Lib provides Postscript font support which can be broken down into the following steps
- • Load the PostScript font - imagepsloadfont($filename)
- • Render text using the loaded font - imagepstext(...)
- • Free the font resource - imagepsfreefont($font_r)