I was having problem with special cricled font ttf. I am using following commend to do this. Following command is not able generate the font image in specified ttf.
texteffect.sh -t 'JBK' -f 'font/Circle_Monograms_Three_Black.ttf' -p 25 -c '#000000' -b transparent CircleMonogramsThreeBlack_51.png.
Please let me know regarding this.
Thanks in advance.
Special Cricle font are not working
-
- Posts: 38
- Joined: 2010-12-14T03:56:10-07:00
- Authentication code: 8675308
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Special Cricle font are not working
try something simple such as
convert -background lightblue -fill black -size 200x -font yourfont label:"sometext" result.gif
if that fails then it is your font. If not, I will test further.
convert -background lightblue -fill black -size 200x -font yourfont label:"sometext" result.gif
if that fails then it is your font. If not, I will test further.
Is the directory font a subdirectory of your working directory. If not, then use the full path to your font directory'font/Circle_Monograms_Three_Black.ttf'