Re: Mirror images of a font...
- To: mathgroup at smc.vnet.net
- Subject: [mg79214] Re: [mg79164] Mirror images of a font...
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Sat, 21 Jul 2007 04:26:44 -0400 (EDT)
- References: <29884515.1184921065870.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
Here's a letter wheel with a check-box to reflect (or not) the letters: Manipulate[ Graphics[Table[ GeometricTransformation[Style[Text[char], size], RotationTransform[ a, {0, 1}].ReflectionTransform[{Boole@reflect, 0}, {0, 0}]], {a, Pi/5 Range[10]}], ImageSize -> 180], {reflect, {True, False}}, {size, {50, 75, 100, 125}}, {char, CharacterRange["A", "Z"]}] Bobby On Fri, 20 Jul 2007 02:22:01 -0500, David Reiss <dbreiss at gmail.com> wrote: > For reasons that baffle even me I continue to dabble with > > http://scientificarts.com/worklife/wlfwblog/BE3393112355/BE3393112355.html > > Really the reason is that any small project lets me learn more of the > details of Mathematica 6. > > So, in this pursuit, I am adding an option that lets the clock run > backwards--an Alice Through the Looking Glass clock. To get this > right, the numerals on the clock's face should be mirror numerals as > in http://thewhiterabbit.net/images/teaclock.gif > > Does anyone have ideas on how to achieve this short of bit mapping the > font and using gifs? > > Thanks! > > --David > > > -- DrMajorBob at bigfoot.com