Question

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
dt59
Posts: 63
Joined: 2017-07-25T23:57:06-07:00
Authentication code: 1151

Re: Question

Post by dt59 »

so after downloading, is there any special folder to put Candice.ttf font before i can reference it
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Question

Post by fmw42 »

What is your platform? In Mac, there is /library/fonts folder. I do not know where you would store it on other platforms. But it really does not matter. You can specify -font path2/Candice.ttf in your command, where path2/ is the path to the directory where you have put the font file.
Post Reply