When using ImageMagick from the command line, how do I specify bold or italic?
I tried the arguments -weight Bold and -style Italic , but they do not affect at least my Windows 7. I tried to call fonts by name (for example, -font "Arial Bold Italic" ), but I get the base font ( for example, "Arial"). I use -annotate to overlay a string on an image.
Thanks in advance for your help.
source share