From 05cda9bca442ef7eb284c4dc4c063674b414dfc0 Mon Sep 17 00:00:00 2001 From: Amine LOUHICHI <32558537+aminelch@users.noreply.github.com> Date: Tue, 22 Apr 2025 04:26:42 +0100 Subject: [PATCH] chkfont: add page (#16214) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/chkfont.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/chkfont.md diff --git a/pages/common/chkfont.md b/pages/common/chkfont.md new file mode 100644 index 0000000000..b862ce5d91 --- /dev/null +++ b/pages/common/chkfont.md @@ -0,0 +1,13 @@ +# chkfont + +> Verify the format of a FIGlet font file (`.flf`). +> See also: `figlet`, `figlist`, `showfigfonts`. +> More information: . + +- 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`