UIFont.FromDescriptor(UIFontDescriptor, nfloat) Method

Definition

Factory method that creates a UIFont from the specified descriptor.

public static UIKit.UIFont FromDescriptor (UIKit.UIFontDescriptor descriptor, nfloat pointSize);
static member FromDescriptor : UIKit.UIFontDescriptor * nfloat -> UIKit.UIFont

Parameters

descriptor
UIFontDescriptor
pointSize
nfloat

Returns

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to