diff options
author | Erik Falor <ewfalor@gmail.com> | 2017-07-30 18:21:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:24 +0700 |
commit | 15a87b0f7eb32fcaa69ab4885ef0123d86dcdbb4 (patch) | |
tree | 9f0eb20833a1d654889c7e62daa84d202b22e787 /misc/figlet-contributed/README | |
parent | 52e806cf63bfa5f514dd169d0d579e314d54a33a (diff) |
misc/figlet-contributed: Added (contributed font set for FIGlet).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/figlet-contributed/README')
-rw-r--r-- | misc/figlet-contributed/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/figlet-contributed/README b/misc/figlet-contributed/README new file mode 100644 index 0000000000..86f226c8b2 --- /dev/null +++ b/misc/figlet-contributed/README @@ -0,0 +1,21 @@ +Contributed font set for FIGlet + +This font distribution includes several fonts which were automatically derived +from other formats, and which are optionally installed by this SlackBuild +script. + +To install the C64-derived fonts pass + C64=yes +to the SlackBuild script. This will replace the default computer, gothic and +roman fonts with versions derived from C64 programs. + +To install the BDF-derived fonts pass + BDF=yes +to the SlackBuild script. + +Obanner is the font of banner(6), the ubiquitous UN*X command by Mark Horton. +The default behavior is to install the Obanner font in sizes 16, 24, 36, 48, +56, 64, 72, 80, 132. To install font sizes 1-132 (though sizes 1-15 are +almost certainly useless), pass + OBANNER_ALL=yes +to the SlackBuild script. |