The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

fun.figlet

Provides functions to interact with the external figlet program for generating ASCII-art style text banners.

figlet

Description

Given a font name and a string, returns a multi-line string containing the generated figlet.

Usage

<font name> <string>

Examples

:emphasize-lines: 2-6

(figlet small robobot)
         _         _         _
 _ _ ___| |__  ___| |__  ___| |_
| '_/ _ \ '_ \/ _ \ '_ \/ _ \  _|
|_| \___/_.__/\___/_.__/\___/\__|

figlet-fonts

Description

Returns a list of the figlet fonts available.