| Path: | lib/text/figlet.rb |
| Last Update: | Mon Oct 16 14:30:12 BST 2006 |
Ruby implementation of the Figlet program (www.figlet.org/).
Author: Tim Fletcher (twoggle@gmail.com)
Usage:
big_font = Text::Figlet::Font.new('big.flf')
figlet = Text::Figlet::Typesetter.new(big_font)
puts figlet['hello world']