I'm using a font called grobold (https://drive.google.com/file/d/0B3Czzl ... sp=sharing)
When using label with this command
Code: Select all
convert -background none -debug annotate "-font" "./assets/grobold.ttf" -pointsize 35 label:'!' -trim -write info: x.png
and when using annotate/draw with this command
Code: Select all
convert -size 400x400 -background none xc:none "-font" "./assets/grobold.ttf" -pointsize 35 -annotate +200+200 '\!' -trim +write info: x.png
Is that a bug? what am I doing wrong?