UIFont.ItalicSystemFontOfSize(nfloat) Method

Definition

Creates an italicized system font of the specified size.

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