mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
19 lines
413 B
Plaintext
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`
|