What Fonts where?

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?".
Post Reply

Have you made a Will?

No
0
No votes
Yes
1
100%
 
Total votes: 1

User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Type
  • identify -list type
to list all the fonts ImageMagick knows about.
riegel
Posts: 26
Joined: 2003-08-19T12:36:46-07:00
Location: Rocky Mount, NC 27804

Post by riegel »

I keep getting this error when trying identify -list type

identify: UnableToOpenConfigureFile.

Any help would be appreciated.
riegel
Posts: 26
Joined: 2003-08-19T12:36:46-07:00
Location: Rocky Mount, NC 27804

Post by riegel »

magick wrote: Type
  • identify -list type
to list all the fonts ImageMagick knows about.


I keep getting an error.
identify: UnableToOpenConfigureFile.
Any help on that would be appreciated.

Once I find out what fonts are known how do I add additional fonts?

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Type
  • identify -debug all -list type
It will tell you where its looking for its configuration files. Chances are they are not installed in any well-known locations. See http://magick.imagemagick.org/script/resources.php for a list of configuration files and where you can place them to keep ImageMagick happy.
Post Reply