Share via


NSFontDescriptor.MatchingFontDescriptors(NSSet) Method

Definition

[Foundation.Export("matchingFontDescriptorsWithMandatoryKeys:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSFontDescriptor[] MatchingFontDescriptors(Foundation.NSSet mandatoryKeys);
[<Foundation.Export("matchingFontDescriptorsWithMandatoryKeys:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MatchingFontDescriptors : Foundation.NSSet -> AppKit.NSFontDescriptor[]
override this.MatchingFontDescriptors : Foundation.NSSet -> AppKit.NSFontDescriptor[]

Parameters

mandatoryKeys
NSSet

Returns

Attributes

Applies to