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
> NSTitleBarFontSize
> NSToolTipsFontSize
> NSUserFixedPitchFontSize
> NSUserFontSize
>
> I'm asking this because in GNUMail I can't seem to be able to change the
> titlebar fonts (the ones below the icons in the main window).
> Thanks.
>
> --
> Antoine

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].

-- hns

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to