On Wednesday 25 Jan 2012 20:52:56 Volker Wolfram wrote:
> Ralph Corderoy <ra...@inputplus.co.uk> wrote:
> > Hi Volker,
> > 
> > > how can I turn text upside down, will say: rotate by 180 degrees?
> > 
> > Do you only need this for a particular output, e.g. Postscript?
> > 
> > Cheers, Ralph.
> 
> Hi all,
> 
> yes, my output is written in Postscript for printing pocketmods.
> 
> Can you give my any help?
> 
> Regards,
> 
> echo "HUE\a"

There is a way using pic and the Greetings Card example from Ted in the list 
archives for 29th December 2009 gives an example. Basically draw an invisible 
line and align your text with it:-

.sp 2i
.PS
line invis from (2,2) to (1,2) "Hello" aligned
.PE

(use "groff -p" to run it).

Cheers 

Deri

Reply via email to