Inverse Text

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
protocol96
Forum Newbie
Posts: 1
Joined: Wed Sep 02, 2009 11:16 am

Inverse Text

Post by protocol96 »

Hi All,

I have a request to implement an html page with inverse text and then the other page turned right one time only. I have no clue whether this can be done in php, html-css, iframes or what? Tried to Google it and landed up on rentacoder request which is quite similar to my inverse text.

Any tips or clue to get me started would be highly appreciated.

Rentacoder Inverse Request
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Inverse Text

Post by Eric! »

Are you working with text or images?

Text like this using UNICODE translations:
http://www.sevenwires.com/play/UpsideDownLetters.html

ǝldɯɐxǝ uɐ sı ǝɹǝɥ

There are not unicode translations for numbers though and all the capital letters.

Or just rotating images 180?

You could look at sIFR for creating a custom font with rotated characters.
http://www.mikeindustries.com/blog/sifr/
Or embed your own custom font, which can be tricky across multiple browsers.
Post Reply