Ivrit
6 rows, 4.6 columns per character.
Thin is a 6-row FIGlet font by Wendell Hicken. It suits Discord banners, chat headers and terminal prompts.
--.--| o | |---..,---. | | ||| | ` ` '`` '
| | | | |---|,---.| | ,---. | ||---'| | | | ` '`---'`---'`---'`---'
,---.,---, ,--.,--. |---| .-' ,---.,---, | |`__| | || ,---| .-' | | | ` '`---' `---^'---' `--' '
| Height | 6 rows |
|---|---|
| Baseline | row 5 |
| Widest character | 8 columns |
| Average width | 5 columns per character |
| "Hello" renders at | 25 columns |
| Font file | Thin.flf (4.3 KB) |
| Derived from | a lowercase font posted |
At 6 rows it reads as a banner without taking over the message it sits in.
About 5 columns per character, so a short word still fits a phone screen.
Taken from the credits inside Thin.flf:
Based on a lowercase font posted by
Figletized by Wendell Hicken 11/93 ()
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
6 - height of a character
5 - height of a character, not including descenders
8 - max line length (excluding comment lines) + a fudge factor
-1 - default smushmode for this font (like "-m 15" on command line)
12 - number of comment lines