HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

chkfont — Verify the format of a FIGlet font file (`.flf`). See also: `figlet`, `figlist`, `showfigfonts`. Mor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandformatclifigletfontverifychkfont

Problem

How to use the chkfont command: Verify the format of a FIGlet font file (.flf). See also: figlet, figlist, showfigfonts. More information: <https://manned.org/chkfont>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/chkfont

Revisions (0)

No revisions yet.