NSFontCollection.GetMatchingDescriptors 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
GetMatchingDescriptors() | |
GetMatchingDescriptors(NSDictionary) | |
GetMatchingDescriptors(String) | |
GetMatchingDescriptors(String, NSDictionary) |
GetMatchingDescriptors()
[Foundation.Export("matchingDescriptors")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors ();
abstract member GetMatchingDescriptors : unit -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : unit -> AppKit.NSFontDescriptor[]
Retours
- Attributs
S’applique à
GetMatchingDescriptors(NSDictionary)
[Foundation.Export("matchingDescriptorsWithOptions:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (Foundation.NSDictionary options);
abstract member GetMatchingDescriptors : Foundation.NSDictionary -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : Foundation.NSDictionary -> AppKit.NSFontDescriptor[]
Paramètres
- options
- NSDictionary
Retours
- Attributs
S’applique à
GetMatchingDescriptors(String)
[Foundation.Export("matchingDescriptorsForFamily:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (string family);
abstract member GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
Paramètres
- family
- String
Retours
- Attributs
S’applique à
GetMatchingDescriptors(String, NSDictionary)
[Foundation.Export("matchingDescriptorsForFamily:options:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (string family, Foundation.NSDictionary options);
abstract member GetMatchingDescriptors : string * Foundation.NSDictionary -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : string * Foundation.NSDictionary -> AppKit.NSFontDescriptor[]
Paramètres
- family
- String
- options
- NSDictionary
Retours
- Attributs