Re: Newbie:Attributed Text Strings and NSTextView
Re: Newbie:Attributed Text Strings and NSTextView
- Subject: Re: Newbie:Attributed Text Strings and NSTextView
- From: Fritz Anderson <email@hidden>
- Date: Sun, 26 Sep 2004 10:23:56 -0500
On 24 Sep 2004, at 8:31 AM, Clayton Leitch wrote:
newFont = [fontWithName:@"Arial" size:24];
Also, Objective-C messages have to have recipients.
newFont = [NSFont fontWithName: @"Arial" size: 24];
-- F
_______________________________________________
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