Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!husc8!houpt From: houpt@husc8.HARVARD.EDU (Thomas Houpt) Newsgroups: comp.sys.mac.programmer Subject: Rotating Text Message-ID: <1274@husc6.harvard.edu> Date: 17 Jan 90 05:53:30 GMT Sender: news@husc6.harvard.edu Reply-To: houpt@husc8.UUCP (Thomas Houpt) Organization: Harvard University Science Center Cambridge, MA Lines: 14 I may have missed something somewhere, but how do you rotate text under Quickdraw? I just want to write characters along a vertical baseline. All the other graphic interfaces I've worked with allowed you to specify a baseline for text to be drawn along. I know it can be done, since lots of applications support rotating text. My planned hack is to draw the text to an off-screen bit-map, then rotate the pixels "by hand" before copying them to the screen. Is there a more elegant solution (aside from (I hope) system 7?). Tom Houpt houpt@husc8.harvard.edu