NSFontCollection.GetMatchingDescriptors 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.
Overloads
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[]
Returns
- Attributes
Applies to
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[]
Parameters
- options
- NSDictionary
Returns
- Attributes
Applies to
GetMatchingDescriptors(String)
[Foundation.Export("matchingDescriptorsForFamily:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (string family);
abstract member GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
Parameters
- family
- String
Returns
- Attributes
Applies to
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[]
Parameters
- family
- String
- options
- NSDictionary
Returns
- Attributes