Re: String Problem
Re: String Problem
- Subject: Re: String Problem
- From: Joe Osborn <email@hidden>
- Date: Sun, 16 Mar 2003 20:02:20 -0600
check in the "constants" section of the documentation of AppKit's
extensions to NSAttributedString. I'd imagine that's what the
dictionary is to be made from.
[string drawAtPoint:somePoint withAttributes:[NSDictionary
dictionaryWithObjectsAndKeys:[NSColor blueColor],
NSForegroundColorAttributeName, myNeatURL, NSLinkAttributeName, nil]];
That would be my guess-- someone check me on this.
--joe
On Monday, Mar 17, 2003, at 00:22 US/Central, Marcos Tirao wrote:
Hi guys!
Does anyone know how to change the attributes of an string, that I
want to
draw using drawAtPoint:(NSPoint) p withAtributes:(NSDictionary)dict?
Then the actual question is how is compose the dictionary to pass in
dict
parameter?
Any idea? Or Example?
Thanks in Advance.
Thank to everyone who answer me the previou mail. ScreenSaver problem
_______________________________________________
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.
_______________________________________________
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.