UIFontDescriptor.GetMatchingFontDescriptors Méthode

Définition

Surcharges

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Récupérez un UIFontDescriptor avec un ensemble explicite de fonctionnalités.

GetMatchingFontDescriptors(NSSet)

Récupérez un UIFontDescriptor avec un ensemble explicite de fonctionnalités.

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Récupérez un UIFontDescriptor avec un ensemble explicite de fonctionnalités.

public UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (params UIKit.UIFontDescriptorAttribute[] mandatoryKeys);
member this.GetMatchingFontDescriptors : UIKit.UIFontDescriptorAttribute[] -> UIKit.UIFontDescriptor[]

Paramètres

mandatoryKeys
UIFontDescriptorAttribute[]

Liste des clés obligatoires que vous souhaitez sur le descripteur de police.

Retours

Remarques

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à

GetMatchingFontDescriptors(NSSet)

Récupérez un UIFontDescriptor avec un ensemble explicite de fonctionnalités.

[Foundation.Export("matchingFontDescriptorsWithMandatoryKeys:")]
public virtual UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (Foundation.NSSet mandatoryKeys);
abstract member GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]
override this.GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]

Paramètres

mandatoryKeys
NSSet

Clés obligatoires qui doivent être présentes.

Ce paramètre peut être null.

Retours

Attributs

Remarques

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à