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`