ImageMagick can draw text into a picture in a given font, how can I see all available fonts for my system?
+1
A:
depending on your imagemagick version:
convert -list type # for IM older than v6.3.5-7
convert -list font # for newer versions
also the output format changed...
Niko
2009-09-08 09:48:26