UIFont.FontNamesForFamilyName(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.
Returns a list of fonts in the given family.
[Foundation.Export("fontNamesForFamilyName:")]
public static string[] FontNamesForFamilyName (string familyName);
static member FontNamesForFamilyName : string -> string[]
Parameters
- familyName
- String
The name of a font family.
Returns
String[]
- Attributes
Remarks
This can be used from a background thread.