Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
convert -size 500x500 xc:green -font "c:\WINDOWS\Fonts\tt1046m_.ttf" label:"Welcome Back Jessica" "c:\pathtoimages\Jessica.gif"
This should make a 500x500 green image with your font in it. But you need to tell it what size font you want and what color font you want and where you want it placed.