As described here you can use
imageloadfont (file)
to get a font in PHP, e.g. for writing onto a generated image. Now I was wondering where to get such files for fonts, like is there some sort of converter around to convert from "normal" fonts to this weird format PHP uses? Or is there some sort of collection of such fonts?
I need this for my captcha-generator which needs a font that is bigger than the biggest standard PHP font available.