Files
cheatsheet-tldr/tldr/chkfont
2025-04-23 00:19:06 +00:00

19 lines
413 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`