Exporting font samples as image
Posted: 2017-02-16T11:04:51-07:00
I'm trying to create a giant image with font samples, using montage: http://www.imagemagick.org/Usage/montage/#reuse
There are about 1000 fonts and the command line interface is too short (8192 chars).
Is there a way I can write a script to do the same thing as the command line interface?
There are about 1000 fonts and the command line interface is too short (8192 chars).
Is there a way I can write a script to do the same thing as the command line interface?
c:/xampp/htdocs/opensu/breakitbracelet/ImageMagick/magick.exe montage -pointsize 24 -background Lavender -font ABeeZee -label ABeeZee label:Abc-123 -font Abel -label Abel label:Abc-123 -font Abril-Fatface -label Abril-Fatface label:Abc-123 -font Aclonica -label Aclonica label:Abc-123 -font Acme -label Acme label:Abc-123 -font Actor -label Actor label:Abc-123 -font Adamina -label Adamina label:Abc-123 -font Advent-Pro -label Advent-Pro label:Abc-123 -font Aguafina-Script -label Aguafina-Script label:Abc-123 -font Aharoni -label Aharoni label:Abc-123 -font Akronim -label Akronim label:Abc-123 -font Aladin -label Aladin label:Abc-123 -font Aldrich -label Aldrich label:Abc-123 -font Alef -label Alef label:Abc-123 -font Alegreya -label Alegreya label:Abc-123 -font Alegreya-Sans -label Alegreya-Sans label:Abc-123 -font Alegreya-Sans-Black -label Alegreya-Sans-Black label:Abc-123 -font Alegreya-Sans-ExtraBold -label Alegreya-Sans-ExtraBold label:Abc-123 -font Alegreya-Sans-Light -label Alegreya-Sans-Light label:Abc-123 -font Alegreya-Sans-Medium -label Alegreya-Sans-Medium label:Abc-123 -font Alegreya-Sans-SC -label Alegreya-Sans-SC label:Abc-123 -font Alegreya-Sans-SC-Black -label Alegreya-Sans-SC-Black label:Abc-123 -frame 5 -geometry +2+2 -font Arial -pointsize 12 -background none -bordercolor SkyBlue c:/xampp/htdocs/opensu/breakitbracelet/montage_fonts.gif 2>&1