Re: Small NSTableView
Re: Small NSTableView
- Subject: Re: Small NSTableView
- From: "I. Savant" <email@hidden>
- Date: Fri, 27 Oct 2006 18:58:26 -0400
On Oct 27, 2006, at 6:32 PM, Glenn Zelniker wrote:
[aCell setFont:[NSFont systemFontOfSize:11.0]]; // or pick your
own font
Or you could use:
[aCell setFont:[NSFont controlContentFontOfSize:[NSFont
systemFontSizeForControlSize:NSSmallControlSize]]];
... to get the actual system font and size for a small control. :-)
--
I.S.
_______________________________________________
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