UIFont.ItalicSystemFontOfSize(NFloat) Method

Definition

Creates an italicized system font of the specified size.

public static UIKit.UIFont ItalicSystemFontOfSize(System.Runtime.InteropServices.NFloat 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 in points.

Returns

A new italic system UIFont of the specified size, or null if the font could not be created.

Remarks

This can be used from a background thread.

Applies to