Re: Tab spacing in NSTextView
Re: Tab spacing in NSTextView
- Subject: Re: Tab spacing in NSTextView
- From: Kyle Sluder <email@hidden>
- Date: Thu, 28 Apr 2011 09:52:26 -0700
2011/4/28 Дмитрий Николаев <email@hidden>:
> Hello!
>
> I'm trying override - boundingBoxForControlGlyphAtIndex for NSTypesetter, but logs shows that this method never called.
>
> If this is most appropriate place to override position of the tab ?
No. It will be *far* easier to use -[NSParagraphStyle tabStops] or
-[NSParagraphStyle defaultTabInterval] with tab characters, rather
than control glyphs and a custom typesetter.
--Kyle Sluder
_______________________________________________
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