*Sponsor ads! |
|
| |
|
Why was this script made? A friend asked if we could use a font that he custom created and we said "Yes". Unfortunately once we were sent the "font", we relaized it was a alphabet clipart set (including numbers) and not actuall a TTF computer font. We still wanted to have our friend see some results as he took a long time to make all the letters so here you see our alternative to dynamic image generating.
How did we break words into single letters? With a few migraines and some cursing over a numerous tries, we finally figured out how to split a string without relying on certian slplitting keys (we couldn't just tell the server to split a word at a space as a single word does not have any spaces or characters other than 26 letter or 10 numbers).
Here's the ASP code to split a word into letters: