creating logo/lettering with dashes, underscores & other keys

Does anyone know what its called when you use dashes and underscores to create letters for a logo in in a terminal window? Or if there is a program that will do this for you other than using an editor and doing it manually.

Example:
Code:
 ______ 
/\__  _\
\/_/\ \/     
   \ \ \  
    \ \_\  
     \/_/
Any help would be appreciated.

Thanks
 
In the past I used a program that is not in ports, probably (probably) it works if you have X and java installed. It's a gui editor that use same figlets fonts and converts images to ASCII art, jave is its name (jave.de).
Code:
 +##+:      :::++:::      :++#+
 ######+:+###########+++#######
 :###++############# #########
  :+:################+#######
   +##################++####+
  :#####################++: ##
  ############################+   ,---.               ,---.,---.,--.
  ############################+   |__. ,---.,---.,---.|---.`---.|   |
  ############################+   |    |    |---'|---'|   |    ||   |
  +###########################:   `    `    `---'`---'`---'`---'`--'
   ##########################+
    ########################+
     +#####################:
       +#################:
         :++#########+:
If you need something more complex its better you draw it by hand with an text editor (complex like this)
 
Back
Top