Font size question
Posted: 2008-06-26T20:21:10-07:00
hi,
I did this:
convert -size 400x70 xc:blue -fill red -font './impact.TTF' -pointsize 70 -gravity center -rotate 0 -annotate +0+0 'Text Cry/^$!' label2.png
It is ok, the text is all in the background.
Then I did this:
convert -size 400x70 xc:blue -fill red -font './MSYH.TTF' -pointsize 70 -gravity center -rotate 0 -annotate +0+0 @utf8cn.txt label1.png
You see, the 'y' is beyond the background. why it happened? does -pointsize control the max height of the font?
I did this:
convert -size 400x70 xc:blue -fill red -font './impact.TTF' -pointsize 70 -gravity center -rotate 0 -annotate +0+0 'Text Cry/^$!' label2.png
It is ok, the text is all in the background.
Then I did this:
convert -size 400x70 xc:blue -fill red -font './MSYH.TTF' -pointsize 70 -gravity center -rotate 0 -annotate +0+0 @utf8cn.txt label1.png
You see, the 'y' is beyond the background. why it happened? does -pointsize control the max height of the font?