S
sklett
I have a friend that likes to read text upside down and write in mirror
(right to left, letters flipped on the Y axis, order reversed) - he used to
be a professional athlete and adopted the techniques to increase his
peripheral range of vision.
Anyway, he asked me if I could create a VERY simple text editor (could be
just an edit control) that would allow him to type in mirror. I said yes.
I created a POC test application, you can see it here:
http://pmddirect.com/temp/meditor.swf
In this crude example I've taken the Bitmap from the edit control, flipped
it and painted on the panel to the right.
This of course won't work for the final solution. I've got a couple of
possible ideas floating around in my head but I thought I would ask here to
see if anyone else has any clever ideas. It's a strange request, hopefully
someone will find it interesting.
Thanks for any ideas, I'm curious to see how others might approach this.
-Steve
(right to left, letters flipped on the Y axis, order reversed) - he used to
be a professional athlete and adopted the techniques to increase his
peripheral range of vision.
Anyway, he asked me if I could create a VERY simple text editor (could be
just an edit control) that would allow him to type in mirror. I said yes.
I created a POC test application, you can see it here:
http://pmddirect.com/temp/meditor.swf
In this crude example I've taken the Bitmap from the edit control, flipped
it and painted on the panel to the right.
This of course won't work for the final solution. I've got a couple of
possible ideas floating around in my head but I thought I would ask here to
see if anyone else has any clever ideas. It's a strange request, hopefully
someone will find it interesting.
Thanks for any ideas, I'm curious to see how others might approach this.
-Steve