UIFontDescriptor.CreateWithFace(String) Method

Definition

Creates a new UIFontDescriptor based on setting a font face to the current descriptor.

[Foundation.Export("fontDescriptorWithFace:")]
public virtual UIKit.UIFontDescriptor CreateWithFace (string newFace);
abstract member CreateWithFace : string -> UIKit.UIFontDescriptor
override this.CreateWithFace : string -> UIKit.UIFontDescriptor

Parameters

newFace
String

New font face to use.

Returns

New UIFontDescriptor containing the added font face.

Attributes

Remarks

This can be used from a background thread.

Applies to