Share via


UIFont.BoldSystemFontOfSize(NFloat) Method

Definition

Returns a boldfaced font of the standard system font in the size specified.

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

Parameters

size
NFloat

The size of the font.

Returns

Remarks

This can be used from a background thread.

Applies to