hidden font size value?

2007-06-25 Thread Antoine Jacoutot
Hello. I was wondering if there was some hidden font size value besides: NSBoldFontSize NSControlContentFontSize NSFontSize NSLabelFontSize NSMenuFontSize NSMiniFontSize NSMessageFontSize NSPaletteFontSize NSSmallFontSize NSTitleBarFontSize NSToolTipsFontSize NSUserFixedPitchFontSize

Re: hidden font size value?

2007-06-25 Thread [EMAIL PROTECTED]
On 25 Jun., 14:13, Antoine Jacoutot [EMAIL PROTECTED] wrote: Hello. I was wondering if there was some hidden font size value besides: NSBoldFontSize NSControlContentFontSize NSFontSize NSLabelFontSize NSMenuFontSize NSMiniFontSize NSMessageFontSize NSPaletteFontSize NSSmallFontSize

Re: hidden font size value?

2007-06-25 Thread Antoine Jacoutot
On Mon, 25 Jun 2007, [EMAIL PROTECTED] wrote: I don't know GNUMail specifically, but you could look into the sources if there is a hard coded font size, e.g. [NSFont fontWithName:@somefont size:12.0]. The thing is that it is the author og GNUMail himself who advised me to ask on this list ;)