UIFont.SystemFontOfSize Method

Definition

Overloads

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

SystemFontOfSize(nfloat)

Creates a system font of the specified size.

public static UIKit.UIFont SystemFontOfSize (nfloat size);
static member SystemFontOfSize : 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 (nfloat size, nfloat weight);
static member SystemFontOfSize : nfloat * 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 and .

public static UIKit.UIFont SystemFontOfSize (nfloat size, UIKit.UIFontWeight weight);
static member SystemFontOfSize : 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