UIFont.FamilyNames Property

Definition

A list of the font families on the system.

public static string[] FamilyNames { [Foundation.Export("familyNames")] get; }
member this.FamilyNames : string[]

Property Value

String[]
Attributes

Remarks

This can be used from a background thread.

Applies to