Re: Mirror images of a font...
- To: mathgroup at smc.vnet.net
- Subject: [mg79242] Re: Mirror images of a font...
- From: "David Park" <djmpark at comcast.net>
- Date: Sat, 21 Jul 2007 04:41:15 -0400 (EDT)
- References: <f7po9n$ocl$1@smc.vnet.net>
Graphics[
{GeometricTransformation[
Table[Style[Text[Round[12 u/(2 \[Pi])], {Sin[u], Cos[u]}], 30], {u,
2 \[Pi]/12 Range[12]}], ReflectionTransform[{1, 0}]]}]
--
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
"David Reiss" <dbreiss at gmail.com> wrote in message
news:f7po9n$ocl$1 at smc.vnet.net...
> 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
>
>