When using ImageMagick from the command line, how do I specify a bold or italic font?
I have tried the -weight Bold
and -style Italic
arguments, but they have no effect, at least not on my Windows 7 system. I have tried calling typefaces by name (e.g., -font "Arial Bold Italic"
) but I get the base font (e.g., "Arial"). I'm using -annotate to overlay a string on a picture.
Thanks in advance for your help.