1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

chkfont: add page (#16214)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Amine LOUHICHI 2025-04-22 04:26:42 +01:00 committed by GitHub
parent 46d6bcc9db
commit 05cda9bca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
pages/common/chkfont.md Normal file
View file

@ -0,0 +1,13 @@
# 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`