ImageMagick can draw text into a picture in a given font, how can I see all available fonts for my system?
To list only the font names, do convert -list font | grep Font
convert -list font | grep Font