Figlet.list_fonts

You're seeing just the function list_fonts, go back to Figlet module for more information.

Specs

list_fonts() :: {:ok, list()} | {:error, any()}

Show the fonts currently included with this package. Fonts are identified by their relative paths.

Examples

iex> Figlet.list_fonts()
{:ok,
  ["contributed/nipples.flf", ...]