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 _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
