Re: Setting fixed pitch font (temporary) for NSTextView object
Re: Setting fixed pitch font (temporary) for NSTextView object
- Subject: Re: Setting fixed pitch font (temporary) for NSTextView object
- From: Gerben Wierda <email@hidden>
- Date: Tue, 19 Mar 2002 15:45:48 +0100
On Tuesday, March 19, 2002, at 03:17 , Eric Peyton wrote:
setFont:[NSFont fontNamed:Courier] ...
That was the right tip. Thanks. Actually (for other people searchiing
the list archive) it is:
[myView setFont:[NSFont fontWithName:@"Courier" size:0.0]];
G
_______________________________________________
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.