Share via


UIFont.GetMonospacedSystemFont Method

Definition

Overloads

GetMonospacedSystemFont(NFloat, NFloat)

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

Parameters

size
NFloat
weight
NFloat

Returns

Applies to

GetMonospacedSystemFont(NFloat, UIFontWeight)

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

Parameters

size
NFloat
weight
UIFontWeight

Returns

Applies to