Share via


UIFont.ItalicSystemFontOfSize(NFloat) Method

Definition

Creates an italicized system font of the specified size.

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

Parameters

size
NFloat

The size of the font to create.

Returns

Remarks

This can be used from a background thread.

Applies to