Re: Attributed string not displaying with effects of attributes in an NSTextView...
Re: Attributed string not displaying with effects of attributes in an NSTextView...
- Subject: Re: Attributed string not displaying with effects of attributes in an NSTextView...
- From: Shawn Erickson <email@hidden>
- Date: Sat, 18 Feb 2006 08:20:09 -0800
On Feb 17, 2006, at 7:26 PM, glenn andreas wrote:
On Feb 17, 2006, at 8:13 PM, Shawn Erickson wrote:
On 2/17/06, Shawn Erickson <email@hidden> wrote:
On 2/17/06, Shawn Erickson <email@hidden> wrote:
Anyway when I fill the text storage with the following attributed
string I see the text but the color of the text is not affected
(should be blue). Any ideas on what I am forgetting? (likely a
stupid
oversight on my part)
So switching to use NSForegroundColorAttributeName instead of
NSStrokeColorAttributeName results in the color change. Folks think
this is a bug in documentation, AppKit or just me misreading the docs
on what NSStrokeColorAttributeName does?
NSStrokeColorAttributeName is used for stroking the outline of the
characters of a font (as opposed to the color used to fill the
characters). See NSStrokeWidthAttributeName (which determines the
width of that line stroking the outline, which, by default is zero,
causing it to appear that NSStrokeColorAttributeName does nothing).
Ah yes obvious now. Thanks :)
-Shawn
_______________________________________________
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