Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

algorithm for making letters out of text

does anyone know of an algorithm that uses small images or letters spell out bigger letters? For example, if I want to spell out the letter T:

T

or E:

E

what if instead of using letters, I wanted to use an image for each block?

In particular, I'd like to do this on the iPhone.

like image 568
Paul Avatar asked Nov 05 '22 13:11

Paul


1 Answers

Relevant Figlet fonts:

  • ftp://ftp.plig.org/pub/figlet/fonts/contributed/alphabet.flf
  • ftp://ftp.plig.org/pub/figlet/fonts/contributed/letters.flf
  • ftp://ftp.plig.org/pub/figlet/fonts/contributed/doh.flf

For images, replace each character with an image.

like image 61
cyborg Avatar answered Nov 09 '22 04:11

cyborg