What other font styles are available?

087

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:

  1. Standard
  2. Slant
  3. Block
  4. Bubble
  5. Big
  6. Small
  7. Doom
  8. 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!

0 Comments

no data
Be the first to share your comment!