An open API service indexing awesome lists of open source software.

https://github.com/hackerb9/imfonts

Create sample images of all fonts accessible to ImageMagick
https://github.com/hackerb9/imfonts

Last synced: 5 months ago
JSON representation

Create sample images of all fonts accessible to ImageMagick

Awesome Lists containing this project

README

          

# imfonts
Create sample images of all fonts accessible to ImageMagick

## Usage

imfont [ _fontname_ ]

### All fonts by default

imfont

When _fontname_ is omitted, sample images are created for all fonts on
the system. Each file has the same name as a font + `.png`. For
example, to the right is the file named `GillSansShadowedMTPro-Light.png`.


### Specific fonts

imfont regex

If _fontname_ is specified, a single image is created with all
matching fonts in it. For example, this is the result on my machine of
`imfont Wood`.


_Fontname_ is case insensitive and can be a
[regular expression](https://linuxconfig.org/understanding-regular-expressions).
For example,

imfont "optima|omega"

## List font names

If you simply want to list the fonts ImageMagick knows about, use this

convert -list font | grep Font: