Re: How do I set a NSTextView's font in Interface Builder?

2017-03-27 Thread Daryle Walker
> On Mar 24, 2017, at 2:28 PM, Keary Suska wrote: > >> On Mar 24, 2017, at 10:33 AM, Jens Alfke wrote: >> >>> On Mar 23, 2017, at 6:35 PM, Daryle Walker wrote: >>> >>> I have the NSTextView selected in its storyboard scene. And

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Keary Suska
> On Mar 24, 2017, at 3:08 PM, Jens Alfke wrote: > >> On Mar 24, 2017, at 11:28 AM, Keary Suska wrote: >> >> I don’t believe that is actually true. Attributes *can* apply to an empty >> range. > > It may be that the serialized form of the

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Jens Alfke
> On Mar 24, 2017, at 11:28 AM, Keary Suska wrote: > > I don’t believe that is actually true. Attributes *can* apply to an empty > range. It may be that the serialized form of the string in the nib doesn’t preserve the attributes. Or that they’re not preserved by

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Keary Suska
> On Mar 24, 2017, at 10:33 AM, Jens Alfke wrote: > > >> On Mar 23, 2017, at 6:35 PM, Daryle Walker wrote: >> >> I have the NSTextView selected in its storyboard scene. And I have the >> Attributes Inspector active. The entry for the font is empty.

Re: How do I set a NSTextView's font in Interface Builder?

2017-03-24 Thread Jens Alfke
> On Mar 23, 2017, at 6:35 PM, Daryle Walker wrote: > > I have the NSTextView selected in its storyboard scene. And I have the > Attributes Inspector active. The entry for the font is empty. Clicking the > squared-T gives a pop-up with a “Custom” font and changing it to one

How do I set a NSTextView's font in Interface Builder?

2017-03-23 Thread Daryle Walker
I have the NSTextView selected in its storyboard scene. And I have the Attributes Inspector active. The entry for the font is empty. Clicking the squared-T gives a pop-up with a “Custom” font and changing it to one of the fixed selections (User, fixed) doesn’t do any actual change. This makes