From owner-figlet-l@VMD.CSO.UIUC.EDU Thu Apr 27 10:50:14 1995
Date:         Thu, 27 Apr 1995 10:36:07 -0500
Reply-To: "Discussions about the multi-font large-letter program,              FIGLET." <FIGLET-L@vmd.cso.uiuc.edu>
Sender: "Discussions about the multi-font large-letter program,              FIGLET." <FIGLET-L@vmd.cso.uiuc.edu>
From: Glenn Chappell <chappell@math.uiuc.edu>
Subject:      bigfig #1-intro
To: Multiple recipients of list FIGLET-L <FIGLET-L@vmd.cso.uiuc.edu>

What's the number one complaint about figlet? That its output is too
small, of course! ;-) To remedy this horrible deficiency, I offer, for
your enjoyment, "bigfig". This is an "sh" (Unix Bourne Shell) script,
along with a font, that, together, can triple the size of figlet output.
This is done by piping figlet output through figlet again, but using a
different font the second time -- a mono-spaced font designed
specifically for use with the script.

The script, "bigfig", is in the next message, with subject
"bigfig #2-script".

The font, "bigfig.flf" is in the message after that, with subject
"bigfig #3-font".

Here are some examples:

% echo Hi, y\'all! | figlet -c
                        _   _ _           _       _ _ _
                       | | | (_)    _   _( ) __ _| | | |
                       | |_| | |   | | | |/ / _` | | | |
                       |  _  | |_  | |_| | | (_| | | |_|
                       |_| |_|_( )  \__, |  \__,_|_|_(_)
                               |/   |___/
% echo Hi, y\'all! | bigfig -c


                           ___         ___   ___
                         |     |     |      /   \
                         |     |     |     (     )
                         |     |     |      \___/
                         |     |     |     |     |
                         |     |     |     |     |
                         |     | ___ |     |     |
                         |                 |     |
                         |                 |     |
                         |       ___       |     | ___
                         |     |     |     |      /   \
                         |     |     |     |     (     )
                         | ___ |     | ___ | ___  \   /
                                                 |   /
                                                 |  /
                                                 | /


                             ___                     ___   ___   ___
                            /   \                  |     |     |     |
                           (     )                 |     |     |     |
           ___         ___  \   /     ______   ___ |     |     |     |
         |     |     |     |   /     /       \     |     |     |     |
         |     |     |     |  /     /              |     |     |     |
         |     |     |     | /     /     ___       |     |     |     |
         |     |     |     |     |      /    |     |     |     |     |
         |     |     |     |     |     (     |     |     |     |     |
         |     | ___ |     |     |      \___ |     |     |     | ___ |
           \               |       \               |     |      /   \
            \              |        \              |     |     (     )
             \______ /     |         \______ / ___ | ___ | ___  \___/
            |            /
            |           /
            | _________/
% echo yo | figlet -cf lean


                               _/    _/    _/_/
                              _/    _/  _/    _/
                             _/    _/  _/    _/
                              _/_/_/    _/_/
                                 _/
                            _/_/
% echo yo | bigfig -cf lean












                    /                 /                 /     /
                   /                 /                 /     /
               ___/              ___/              ___/  ___/
                 /                 /           /                 /
                /                 /           /                 /
            ___/              ___/        ___/              ___/
              /                 /           /                 /
             /                 /           /                 /
         ___/              ___/        ___/              ___/
                 /     /     /                 /     /
                /     /     /                 /     /
            ___/  ___/  ___/              ___/  ___/
                          /
                         /
                     ___/
           /     /
          /     /
      ___/  ___/

Get the idea?

                                Glenn Chappell   <><
                                e-mail: ggc@uiuc.edu
                                or chappell@math.uiuc.edu

