_____ ___ ____ _ _ __ _
| ___|_ _/ ___| | ___| |_ / _| ___ _ __ | |_ ___
| |_ | | | _| |/ _ \ __| | |_ / _ \| '_ \| __/ __|
| _| | | |_| | | __/ |_ | _| (_) | | | | |_\__ \
|_| |___\____|_|\___|\__| |_| \___/|_| |_|\__|___/
Fonts for FIGlet and TOIlet with a preview webpage. See it here.
Fonts were collected by xero. I wrote the scripts to build the preview webpage and install the fonts.
control
: control files for FIGlet;fonts
: font files for FIGlet and TOIlet;misc
: other files found in the original collection.
You can install the fonts by simply running
sudo ./install.sh
This will install the fonts to /usr/share/figlet/
.
Build the preview by running
./build.sh
Options (all are optional):
-w
: output width for FIGlet's formatting. Default is180
;-t
: the preview text. Default isFIGlet
;-f
: output file name. Default isindex.html
;-v
: print the configuration before generating the preview.
Example:
./build.sh -v -w 120 -t "Moo"
Feel free to open a pull request if you have a font that is missing.