Adding leading and trailing space to text
Posted: 2011-02-21T07:44:19-07:00
I have text that I would like to graphics from.
The basic command is:
I had hoped to adjust the positioning of the text within the field similar to gravity but with explicit instructions e.g. shift right this number of points and shift up this number of points.
I thought possibly with the geometry offset option; however, I didn't have much success with that.
I would like to specify leading points. How can I do that?
Thank you.
The basic command is:
Code: Select all
convert -background "#FFCC99" -fill '#993333' -pointsize 11 -font Verdana-Regular -size 200x14 label: "foo" foo.png
I thought possibly with the geometry offset option; however, I didn't have much success with that.
I would like to specify leading points. How can I do that?
Thank you.