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
- Host: GitHub
- URL: https://github.com/hackerb9/imfonts
- Owner: hackerb9
- Created: 2019-11-06T05:38:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T10:55:52.000Z (over 6 years ago)
- Last Synced: 2025-01-29T01:56:49.897Z (over 1 year ago)
- Language: Awk
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: