Re: OK, but what do 'attributes' look like?
Re: OK, but what do 'attributes' look like?
- Subject: Re: OK, but what do 'attributes' look like?
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 8 Mar 2004 20:51:34 -0800
On Mar 8, 2004, at 8:11 PM, Denis Stanton wrote:
can some one help me out with understanding the Cocoa documentation? I
think this is one of those things that is considered so obvious that
the worthy documenters never bother to write it down.
Umm, from the class description of NSAttributedString:
<
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSAttributedString.html>
"Constants
An attributed string identifies attributes by name, storing a value
under the name in an NSDictionary. You can assign any attribute
name/value pair you wish to a range of characters, in addition to the
standard attributes described in the Constants section of
NSAttributedString Additions."
Clicking on the link to Constants takes you to:
<
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSAttributedString.html>
mmalc
_______________________________________________
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.