Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!njin!princeton!udel!rochester!cornell!uw-beaver!uw-june!june.cs.washington.edu!chou From: chou@june.cs.washington.edu (Pai Chou) Newsgroups: comp.sys.mac.programmer Subject: How to Drawing Text in Inverse Video? Message-ID: <13736@june.cs.washington.edu> Date: 14 Nov 90 22:51:56 GMT Sender: chou@cs.washington.edu Reply-To: chou@june.cs.washington.edu (Pai Chou) Distribution: usa Organization: U of Washington, Computer Science, Seattle Lines: 15 Hi, is there a TextMode such that the text comes out in inverse video? I have tried BackPat(black); TextMode(srcXOR); But the problem with text edit's TEInsert is that the rest of the line also get inverted because it erases till the end of the line. I just want a middle section inverted. Thanks Pai Chou chou@june.cs.washington.edu