ATSUI in NSView
ATSUI in NSView
- Subject: ATSUI in NSView
- From: Tae-Won Ha <email@hidden>
- Date: Sat, 30 Aug 2003 01:16:16 +0200
Hi.
First of all I'm very new to ATSUI... I'm playing with ATSUI in
NSView's drawRect method. The view is not flipped and I draw a word at
(10,10). I now want to highlight this word. So I call
ATSUHighlightText(myLayout, Long2Fix(10), Lont2Fix(10), fromBeginning,
toEnd). Well, this does not work. Instead of the word the portion of my
whole display at (10,10) is highlighted, i.e. a rect at left-bottom
side of my whole screen. What's wrong?
Thanks in advance!
--
Tae. =)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.