Liking cljdoc? Tell your friends :D

Bundled Font Catalog

clj-figlet ships with 16 FIGfont files in resources/fonts/. Any of them can be used by name with render:

(fig/render "doom" "Hello")

Or loaded once with load-font for repeated rendering:

(def font (fig/load-font "fonts/doom.flf"))
(fig/render font "Hello")

All bundled fonts are from the FIGlet distribution and are redistributed under the New BSD License. See resources/fonts/NOTICE for the full license text. Each font file also carries its own attribution in its header comments.

Standard Family

The core fonts by Glenn Chappell and Ian Chai from the original FIGlet distribution. These are the workhorses.

standard

The classic FIGlet default. Glenn Chappell & Ian Chai, 1993.

 _   _      _ _
| | | | ___| | | ___
| |_| |/ _ \ | |/ _ \
|  _  |  __/ | | (_) |
|_| |_|\___|_|_|\___/

small

Compact version of standard. Same aesthetic, less vertical space.

 _  _     _ _
| || |___| | |___
| __ / -_) | / _ \
|_||_\___|_|_\___/

big

Tall, bold letters. Glenn Chappell, 1993.

 _    _      _ _
| |  | |    | | |
| |__| | ___| | | ___
|  __  |/ _ \ | |/ _ \
| |  | |  __/ | | (_) |
|_|  |_|\___|_|_|\___/

doom

Clean, modern variant of big. One of the most popular FIGlet fonts on the internet. Frans P. de Vries, 1996.

 _   _      _ _
| | | |    | | |
| |_| | ___| | | ___
|  _  |/ _ \ | |/ _ \
| | | |  __/ | | (_) |
\_| |_/\___|_|_|\___/

Slanted Family

Italic-style fonts with a rightward lean.

slant

Glenn Chappell, 1993.

    __  __     ____
   / / / /__  / / /___
  / /_/ / _ \/ / / __ \
 / __  /  __/ / / /_/ /
/_/ /_/\___/_/_/\____/

smslant

Compact version of slant.

   __ __    ____
  / // /__ / / /__
 / _  / -_) / / _ \
/_//_/\__/_/_/\___/

Shadow Family

Letters with a drop shadow effect.

shadow

Glenn Chappell, 1993.

 |   |      | |
 |   |  _ \ | |  _ \
 ___ |  __/ | | (   |
_|  _|\___|_|_|\___/

smshadow

Compact version of shadow.

 |  |      | |
 __ |  -_) | |  _ \
_| _|\___|_|_|\___/

Script Family

Cursive / handwriting style — a completely different aesthetic from the standard family.

script

Glenn Chappell, 1993.

 ,          _   _
/|   |     | | | |
 |___|  _  | | | |  __
 |   |\|/  |/  |/  /  \_
 |   |/|__/|__/|__/\__/

smscript

Compact version of script.

 ,
/|  |  _ |\ |\  _
 |--| |/ |/ |/ / \_
 |  |)|_/|_/|_/\_/

Display Fonts

Larger or more decorative fonts for headings, banners, and splash screens.

Large block letters made of #. Ryan Youck, 1994.

#     #
#     # ###### #      #       ####
#     # #      #      #      #    #
####### #####  #      #      #    #
#     # #      #      #      #    #
#     # #      #      #      #    #
#     # ###### ###### ######  ####

block

Heavy block style using underscores. Glenn Chappell, 1993.

_|    _|            _|  _|
_|    _|    _|_|    _|  _|    _|_|
_|_|_|_|  _|_|_|_|  _|  _|  _|    _|
_|    _|  _|        _|  _|  _|    _|
_|    _|    _|_|_|  _|  _|    _|_|

lean

Thin slanted style using underscores and slashes. Glenn Chappell, 1993.

    _/    _/            _/  _/
   _/    _/    _/_/    _/  _/    _/_/
  _/_/_/_/  _/_/_/_/  _/  _/  _/    _/
 _/    _/  _/        _/  _/  _/    _/
_/    _/    _/_/_/  _/  _/    _/_/

graffiti

Urban graffiti lettering. Leigh Purdie, 1994.

  ___ ___         .__  .__
 /   |   \   ____ |  | |  |   ____
/    ~    \_/ __ \|  | |  |  /  _ \
\    Y    /\  ___/|  |_|  |_(  <_> )
 \___|_  /  \___  >____/____/\____/
       \/       \/

starwars

Inspired by the Star Wars title crawl. Ryan Youck, 1994.

 __    __   _______  __       __        ______
|  |  |  | |   ____||  |     |  |      /  __  \
|  |__|  | |  |__   |  |     |  |     |  |  |  |
|   __   | |   __|  |  |     |  |     |  |  |  |
|  |  |  | |  |____ |  `----.|  `----.|  `--'  |
|__|  |__| |_______||_______||_______| \______/

Compact

mini

The smallest font — just 3 lines tall. Glenn Chappell, 1993.

|_| _ || _
| |(/_||(_)

Quick Reference

FontHeightStyleAuthor
standard6Classic defaultGlenn Chappell & Ian Chai
small5Compact standardGlenn Chappell
big8Tall, boldGlenn Chappell
doom8Clean, modernFrans P. de Vries
slant6ItalicGlenn Chappell
smslant5Compact italicGlenn Chappell
shadow5Drop shadowGlenn Chappell
smshadow4Compact shadowGlenn Chappell
script7CursiveGlenn Chappell
smscript5Compact cursiveGlenn Chappell
banner8Block # lettersRyan Youck
block8Heavy underscoresGlenn Chappell
lean8Thin slashesGlenn Chappell
graffiti7Urban letteringLeigh Purdie
starwars7Title crawlRyan Youck
mini4SmallestGlenn Chappell

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close