[magick-users] How to get the installed font name?

Robert Sohn grepper at gmail.com
Sat Jan 6 18:33:54 CST 2007


On Saturday 06 January 2007 11:13, howard chen wrote:
> for example, in Windows, i use
>  -font "Comic Sans MS"
> this does not work
> so i want to know which font can be regonized by convert (or maybe
> which name is used by convert)

"convert -list type" to return the fonts IM knows about.

$ convert -list type |grep -i comic
ComicSans                        Comic Sans              Undefin Undefined 0
ComicSansMSB                     Comic Sans              Undefin Undefined 0

(Not sure what the Undefined is about.)

grepper


More information about the Magick-users mailing list