You can view a variety of font styles available in figlet by running the following command:
showfigfonts
This command will display a sample of each available font. The output may be lengthy, so you might need to scroll through it.
Alternatively, to see just the font names without examples, you can use:
find /usr/share/figlet -name "*.flf" | sort
Here are some commonly used figlet font styles:
- Standard
- Slant
- Block
- Bubble
- Big
- Small
- Doom
- Banner
Feel free to try these fonts with the -f option, like so:
figlet -f <font_name> "LabEx"
Replace <font_name> with the desired font style. If you need more assistance, just ask!
