Re: getting standard text view font
Re: getting standard text view font
- Subject: Re: getting standard text view font
- From: Enigmarelle Development <email@hidden>
- Date: Wed, 2 Jan 2002 15:45:51 -0500
Doh! Nevermind... I should have scrolled down a bit more. [NSFont
userFontOfSize:(float)fontSize] does what I want.
Nothing like hitting that send button to find the solution to a problem...
-john c. warner
enigmarelle development
http://www.enigmarelle.com/
On Wednesday, January 2, 2002, at 03:41 PM, I wrote:
What is the 'right' way of getting the default generic font used in a
NSTextView? In other words, Helvetica Regular 12 point. NSFont has
methods for controlContentFontOfSize and so on, but all of them return
Lucida Grande in different sizes.