Re: Getting the current text container or text view from a layout manager
Re: Getting the current text container or text view from a layout manager
- Subject: Re: Getting the current text container or text view from a layout manager
- From: Jonathon Mah <email@hidden>
- Date: Sun, 27 Jan 2008 04:14:17 +1030
Hi Keith,
On 2008-01-27, at 03:35, Keith Blount wrote:
I cannot find a way of getting the current text container or text
view, though - i.e. the one that contains the insertion point.
I haven't tried it, but looking at the docs, it seems like you could use
-[NSLayoutManager textContainerForGlyphAtIndex:effectiveRange:]
after getting the glyph from the selection range with something like
-[NSLayoutManager glyphRangeForCharacterRange:actualCharacterRange:]
or
-[NSLayoutManager glyphIndexForCharacterAtIndex:] on Leopard.
It's nice to see you around again. :)
Jonathon Mah
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden