Skip navigation.
 
mlRe: How to get window title bar font ^size^ ?
FROM : Philip Q
DATE : Sun Nov 25 08:09:26 2007

On 25/11/2007, Jerry Krinock <<email_removed>> wrote:
> NSFont provides:
>
> + (NSFont *)titleBarFontOfSize:(float)fontSize
>
> Just what I need to get the font used in window title bars!  But,
> uhhh, what do I give for the fontSize argument?  I know it looks like
> about 13, but how do I get a "correct, supported, future-proof" answer?
>


The discussion for +titleBarFontOfSize: says:
"If fontSize is 0 or negative, returns the title bar font at the default size."

-Phil

Related mailsAuthorDate
mlHow to get window title bar font ^size^ ? Jerry Krinock Nov 25, 07:21
mlRe: How to get window title bar font ^size^ ? Andrew Farmer Nov 25, 07:58
mlRe: How to get window title bar font ^size^ ? Philip Q Nov 25, 08:09
mlRe: How to get window title bar font ^size^ ? Thomas Davie Nov 25, 15:09
mlRe: How to get window title bar font ^size^ ? Gregory Weston Nov 25, 18:59