Re: Need some help perfecting IM as a script
Posted: 2014-11-18T19:06:22-07:00
send the results to a txt file so you can read it easiy
convert -list font > fonts.txt
This produces a list fonts on your system. But only those with the suffixes that I listed above can be used by IM. They are:
True Type Fonts (ttf)
Ghostscript Fonts (afm)
Open Type Fonts (otf)
If there is a font, that is of these types that you want to use, then you can load it and use it by providing its full path to the font file rather than just by name. In fact any of the above fonts that are on your system with these suffixes, can be called by using the full path to the font file which is listed to the fonts.txt file.
You can also see the same fonts by opening or listing the type.xml file where ever that is on your system.
convert -list font > fonts.txt
This produces a list fonts on your system. But only those with the suffixes that I listed above can be used by IM. They are:
True Type Fonts (ttf)
Ghostscript Fonts (afm)
Open Type Fonts (otf)
If there is a font, that is of these types that you want to use, then you can load it and use it by providing its full path to the font file rather than just by name. In fact any of the above fonts that are on your system with these suffixes, can be called by using the full path to the font file which is listed to the fonts.txt file.
You can also see the same fonts by opening or listing the type.xml file where ever that is on your system.