MonobjcMonobjc Documented Class Library
MatchingFontDescriptorsWithMandatoryKeys Method (mandatoryKeys)
NamespacesMonobjc.AppKitNSFontDescriptorMatchingFontDescriptorsWithMandatoryKeys(NSSet)

Returns all the fonts available on the system whose specified attributes match those of the receiver.

Original signature is '- (NSArray *)matchingFontDescriptorsWithMandatoryKeys:(NSSet *)mandatoryKeys'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray MatchingFontDescriptorsWithMandatoryKeys(
	NSSet mandatoryKeys
)
Public Overridable Function MatchingFontDescriptorsWithMandatoryKeys ( _
	mandatoryKeys As NSSet _
) As NSArray
public:
virtual NSArray^ MatchingFontDescriptorsWithMandatoryKeys(
	NSSet^ mandatoryKeys
)
Parameters
mandatoryKeys (NSSet)
Keys that must be identical to be matched. Can be nil.
Return Value
The matching font descriptors.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)