UIFontDescriptor.CreateWithFace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.