Re: temporary attributes in NSTextView
Re: temporary attributes in NSTextView
- Subject: Re: temporary attributes in NSTextView
- From: Douglas Davidson <email@hidden>
- Date: Mon, 8 May 2006 10:00:56 -0700
On May 8, 2006, at 9:44 AM, Michael Link wrote:
The documentation says that the only temporary attributes
recognized are those for colors and underlines. Does this mean that
the layoutManager only uses temporary attributes for colors or
underlines, or that adding a custom temporary attribute is impossible?
The meaning is that the layout manager recognizes and uses only those
attributes for drawing. You can add any custom temporary attributes
you like, but the layout manager will not notice them, unless you
subclass and override layout manager methods.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden