_______________ ______ _____
___ ____/___(_)_______ ____ /_____ __ /_
__ /_ __ / __ __ `/__ / _ _ \_ __/
_ __/ _ / _ /_/ / _ / / __// /_
/_/ /_/ _\__, / /_/ \___/ \__/
/____/
_________
______ /______ ____ ________ _
___ _ / _ __ `/__ | / /_ __ `/
/ /_/ / / /_/ / __ |/ / / /_/ /
\____/ \__,_/ _____/ \__,_/
Originally Figlet is a C program running on several plateforms, you can have a look to the Figlet Home Page for a complete description of the project (source, fonts, history, etc.).
On the Web some sites are already providing a gateway to Figlet. But each time a client gives a new text to the gateway, on the server side a process has to build the output and send it back to the client.
Using Java makes the client smarter, and results in a low bandwith use and a quicker response. Now when you choose a font, the complete font is loaded on your computer. After that you can convert any text using this font without using any bandwith.
If this service has some success I may add all the Figlet power to the gateway, and I may change the graphical display to something less clumsy...