Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU Newsgroups: comp.windows.x Subject: Re: Rotating Text Message-ID: <9011160929.AA02439@Larry.McRCIM.McGill.EDU> Date: 16 Nov 90 09:29:13 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 17 > I am trying rotate text 90 degrees counter clockwise in an > XSimpleWindow. Does anybody have a clue? As far as I can tell, your only choice if you want to stay within the core X protocol is to display the text into something offscreen - a pixmap or bitmap - and read it back (XGetImage), rotate it "by hand", send it over to the server again (XPutImage), and display it as a bitmap image. (If someone has any better way of doing this, while staying within the core protocol, please tell me!) Various extensions, notably those providing access to PostScript, make this much easier. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu