1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 16:25:24 +02:00
tldr/pages/common/chkfont.md

14 lines
320 B
Markdown
Raw Normal View History

# chkfont
> Verify the format of a FIGlet font file (`.flf`).
> See also: `figlet`, `figlist`, `showfigfonts`.
> More information: <https://manned.org/chkfont>.
- Check a font file for formatting errors:
`chkfont {{path/to/font.flf}}`
- Check all `.flf` font files in a directory:
`chkfont {{path/to/fonts}}/*.flf`