UIFont.FromName(String, nfloat) Method

Definition

Creates a font of the specified size.

public static UIKit.UIFont FromName (string name, nfloat size);
static member FromName : string * nfloat -> UIKit.UIFont

Parameters

name
String

The name of the font to create.

size
nfloat

The size of the font to create.

Returns

Remarks

This can be used from a background thread.

Applies to