I am generating some buttons using ImageMagick. However, I am not able to set the spacing between the letters in generated image. Command which I use:
convert -gravity center button_subscribeme.png -font /usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf -fill white -draw "text 0,0 'CLICK ME'" -font_stretch 10 render/mailbox-submit.png
throws:
convert: unrecognized option `-font_stretch' @ error/convert.c/ConvertImageCommand/1561.
So I guess font_strech is not proper option. How I can achieve it? Generated text is too narrow.