text2image

With ImageMagick, how can you see all available fonts?

家住魔仙堡 提交于 2019-12-03 04:42:38
问题 ImageMagick can draw text into a picture in a given font, how can I see all available fonts for my system? 回答1: depending on your imagemagick version: convert -list type # for IM older than v6.3.5-7 convert -list font # for newer versions also the output format changed... -- update For OsX (Answer from Charles Merriam) if the command above does not produce any results: For a full tutorial with description see http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/ for the rest &tldr

With ImageMagick, how can you see all available fonts?

我是研究僧i 提交于 2019-12-02 18:40:41
ImageMagick can draw text into a picture in a given font, how can I see all available fonts for my system? depending on your imagemagick version: convert -list type # for IM older than v6.3.5-7 convert -list font # for newer versions also the output format changed... -- update For OsX (Answer from Charles Merriam) if the command above does not produce any results: For a full tutorial with description see http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/ for the rest &tldr: # use fondu to convert fonts and update locatedb sudo port install fondu cd /usr/local/share/fonts/ fondu