[comp.sys.mac.programmer] How to Drawing Text in Inverse Video?

chou@june.cs.washington.edu (Pai Chou) (11/15/90)

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