NSFontCollection.GetMatchingDescriptors Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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[]
Gibt zurück
- Attribute
Gilt für:
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[]
Parameter
- options
- NSDictionary
Gibt zurück
- Attribute
Gilt für:
GetMatchingDescriptors(String)
[Foundation.Export("matchingDescriptorsForFamily:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (string family);
abstract member GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
Parameter
- family
- String
Gibt zurück
- Attribute
Gilt für:
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[]
Parameter
- family
- String
- options
- NSDictionary
Gibt zurück
- Attribute