UIFontDescriptor.Face Property

Definition

The font face.

public string Face { get; }
public string? Face { get; }
member this.Face : string

Property Value

The font face name, or null if not set.

Remarks

This can be used from a background thread.

Applies to