3x5
6 rows, 3.8 columns per character.
Weird is a 6-row FIGlet font. It suits Discord banners, chat headers and terminal prompts.
/ | / | ( | ___ ___ ___| | / )|___)| | )| ) |/|/ |__ | | |__/
/ | / / (___| ___ ( ( ___ | )|___)| | | ) | / |__ | | |__/
__ __ __ __ / | / / / | / | (___|( / ___ ___ ( |(___| | ) / ) | ) __/ | ) ) | / /__/ |__/|/__ |__/ __/
| Height | 6 rows |
|---|---|
| Baseline | row 5 |
| Widest character | 10 columns |
| Average width | 3.8 columns per character |
| "Hello" renders at | 19 columns |
| Font file | Weird.flf (4.6 KB) |
At 6 rows it reads as a banner without taking over the message it sits in.
About 3.8 columns per character, so a short word still fits a phone screen.
Taken from the credits inside Weird.flf:
weird.flf (version 2)
by: Bas Meijer
fixed by: Ryan Youck
some special characters '#%*' etc. are not matching, they are from other fonts.
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
20 - max line length (excluding comment lines) + a fudge factor
15 - default smushmode for this font (like "-m 15" on command line)
13 - number of comment lines
Closest matches by height and character width.
6 rows, 3.8 columns per character.
6 rows, 3.8 columns per character.
6 rows, 4 columns per character.
6 rows, 4.2 columns per character.
6 rows, 4.4 columns per character.
6 rows, 4.4 columns per character.