Share via


UIFont.SystemFontOfSize Method

Definition

Overloads

Name Description
SystemFontOfSize(NFloat)

Creates a system font of the specified size.

SystemFontOfSize(NFloat, NFloat)

Returns the default system font in specified size and weight.

SystemFontOfSize(NFloat, UIFontWeight)

Gets the system font for specified size and weight.

SystemFontOfSize(NFloat, UIFontWeight, UIFontWidth)

SystemFontOfSize(NFloat)

Creates a system font of the specified size.

public static UIKit.UIFont SystemFontOfSize(System.Runtime.InteropServices.NFloat size);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat -> UIKit.UIFont

Parameters

size
NFloat

The size of the font, as measure in points.

Returns

Remarks

This can be used from a background thread.

Applies to

SystemFontOfSize(NFloat, NFloat)

Returns the default system font in specified size and weight.

public static UIKit.UIFont SystemFontOfSize(System.Runtime.InteropServices.NFloat size, System.Runtime.InteropServices.NFloat weight);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> UIKit.UIFont

Parameters

size
NFloat
weight
NFloat

Returns

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to

SystemFontOfSize(NFloat, UIFontWeight)

Gets the system font for specified size and weight.

public static UIKit.UIFont SystemFontOfSize(System.Runtime.InteropServices.NFloat size, UIKit.UIFontWeight weight);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * UIKit.UIFontWeight -> UIKit.UIFont

Parameters

size
NFloat
weight
UIFontWeight

Returns

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to

SystemFontOfSize(NFloat, UIFontWeight, UIFontWidth)

public static UIKit.UIFont SystemFontOfSize(System.Runtime.InteropServices.NFloat fontSize, UIKit.UIFontWeight weight, UIKit.UIFontWidth width);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * UIKit.UIFontWeight * UIKit.UIFontWidth -> UIKit.UIFont

Parameters

fontSize
NFloat
weight
UIFontWeight
width
UIFontWidth

Returns

Applies to