Share via


NSFont.SystemFontOfSize Method

Definition

Overloads

SystemFontOfSize(NFloat)

public static AppKit.NSFont? SystemFontOfSize(System.Runtime.InteropServices.NFloat fontSize);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat -> AppKit.NSFont

Parameters

fontSize
NFloat

Returns

Applies to

SystemFontOfSize(NFloat, NFloat)

public static AppKit.NSFont? SystemFontOfSize(System.Runtime.InteropServices.NFloat fontSize, System.Runtime.InteropServices.NFloat weight);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSFont

Parameters

fontSize
NFloat
weight
NFloat

Returns

Applies to

SystemFontOfSize(NFloat, NFloat, NFloat)

public static AppKit.NSFont? SystemFontOfSize(System.Runtime.InteropServices.NFloat fontSize, System.Runtime.InteropServices.NFloat weight, System.Runtime.InteropServices.NFloat width);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSFont

Parameters

fontSize
NFloat
weight
NFloat
width
NFloat

Returns

Applies to