UIFontDescriptor.GetMatchingFontDescriptors Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Retours
- Attributs
Remarques
Cela peut être utilisé à partir d’un thread d’arrière-plan.