home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR31 / FIGLET.ZIP / README < prev    next >
Text File  |  1993-12-10  |  4KB  |  82 lines

  1. About figlet (Frank, Ian & Glenn's Letters) release 2.0, August 9, 1993
  2. ----------------------------------------------------------------------
  3.  
  4. figlet is a program that creates large characters out of ordinary
  5. screen characters.  figlet can create characters in many different
  6. styles and can "smush" these characters together in various ways.
  7. figlet output is generally reminiscent of the sort of "signatures" many
  8. people like to put at the end of e-mail and UseNet messages.  Some
  9. example figlet output is given below.
  10.  
  11. If you like figlet (hey, even if you _hate_ figlet), please send an
  12. e-mail message to spectre@uiuc.edu or figlet@uiuc.edu.
  13.  
  14. [Note: Apple IIGS GNO users having no "C" compiler can contact Jawaid
  15. Bazyar at <bazyar@csn.org> for a pre-compiled GNO version of figlet.]
  16.  
  17.  
  18. Files
  19. -----
  20.  
  21. README      -- This file.
  22. figlet.exe  -- The figlet MS-DOS executable.
  23. figlet.man  -- Formatted (ascii) version of the man page.
  24. <xxx>.flf   -- All files ending in ".flf" are figlet font files.
  25.  
  26. Using figlet
  27. ------------
  28.  
  29. At the shell prompt, type "figlet".  Then type, say, "Hello, world!"
  30. and press return.  "Hello, world!" in nice, big, designer characters
  31. should appear on your screen.  If you chose standard.flf to be the
  32. default font, you should see
  33.  _   _      _ _                             _     _ _ 
  34. | | | | ___| | | ___    __      _____  _ __| | __| | |
  35. | |_| |/ _ \ | |/ _ \   \ \ /\ / / _ \| '__| |/ _` | |
  36. |  _  |  __/ | | (_) |   \ V  V / (_) | |  | | (_| |_|
  37. |_| |_|\___|_|_|\___( )   \_/\_/ \___/|_|  |_|\__,_(_)
  38.                     |/                                
  39. (By the way, the above is meant to be diplayed in a monospaced font.)
  40. Then type something else, or type an EOF (control-Z in MS-DOS) to quit
  41. figlet.
  42.  
  43. Now you can send the output of figlet to a file (e.g., "figlet > file")
  44. and e-mail it to your friends (who will probably say, "Wow!  It must
  45. have taken you hours to put that together!")
  46.  
  47. To use other fonts, use the "-f" command line option.  For example, if
  48. you had said "figlet -f smslant" above, you would have seen
  49.    __  __    ____                         __   ____
  50.   / /_/ /__ / / /__      _    _____  ____/ /__/ / /
  51.  / __  / -_) / / _ \_   | |/|/ / _ \/ __/ / _  /_/ 
  52. /_/ /_/\__/_/_/\___( )  |__,__/\___/_/ /_/\_,_(_)  
  53.                    |/                              
  54.  
  55. Here are some other useful command line options:
  56.  
  57. -c  center -- centers the output of figlet.
  58. -t  terminal -- figlet asks your terminal how wide it is, and uses
  59.     this to determine when to break lines.  Normally, figlet assumes
  60.     80 columns so that people with wide terminals won't annoy the
  61.     people they e-mail figlet output to.
  62. -D  Deutsch -- switches to the German character set.  Turns `[', `\'
  63.     and `]' to umlauted A, O and U, respectively.  `{', `|' and `}'
  64.     turn into the respective lower case versions of these.  `~' turns
  65.     into s-z.
  66. -p  paragraph mode -- eliminates some spurious line breaks when piping
  67.     a multi-line file through figlet.
  68. -F  Fonts -- lists the available figlet fonts
  69.     (not available in the MS-DOS version, use dir instead)
  70. -v  version -- prints information about your copy of figlet.
  71.  
  72. For in-depth explanations of these and other otions, see the man page.
  73.  
  74. Authors
  75. -------
  76.  
  77. figlet was written mostly by Glenn Chappell <ggc@uiuc.edu>.  The
  78. author not being an e-mail fanatic, most correspondence (bug reports,
  79. rave reviews, etc.) should be directed to his secretary (who is
  80. definitely an e-mail fanatic), Ian Chai <spectre@uiuc.edu> (or
  81. figlet@uiuc.edu).
  82.