Special Cricle font are not working

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ratneshsoni
Posts: 38
Joined: 2010-12-14T03:56:10-07:00
Authentication code: 8675308

Special Cricle font are not working

Post by ratneshsoni »

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.
User avatar
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

Post by fmw42 »

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.
'font/Circle_Monograms_Three_Black.ttf'
Is the directory font a subdirectory of your working directory. If not, then use the full path to your font directory
Post Reply