Freigeben über


UIFontDescriptor.GetMatchingFontDescriptors Methode

Definition

Überlädt

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Rufen Sie einen UIFontDescriptor mit einem expliziten Satz von Features ab.

GetMatchingFontDescriptors(NSSet)

Rufen Sie einen UIFontDescriptor mit einem expliziten Satz von Features ab.

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Rufen Sie einen UIFontDescriptor mit einem expliziten Satz von Features ab.

public UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (params UIKit.UIFontDescriptorAttribute[] mandatoryKeys);
member this.GetMatchingFontDescriptors : UIKit.UIFontDescriptorAttribute[] -> UIKit.UIFontDescriptor[]

Parameter

mandatoryKeys
UIFontDescriptorAttribute[]

Die Liste der obligatorischen Schlüssel, die Sie für die Schriftartdeskriptor wünschen.

Gibt zurück

Hinweise

Dies kann aus einem Hintergrundthread verwendet werden.

Gilt für:

GetMatchingFontDescriptors(NSSet)

Rufen Sie einen UIFontDescriptor mit einem expliziten Satz von Features ab.

[Foundation.Export("matchingFontDescriptorsWithMandatoryKeys:")]
public virtual UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (Foundation.NSSet mandatoryKeys);
abstract member GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]
override this.GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]

Parameter

mandatoryKeys
NSSet

Obligatorische Schlüssel, die vorhanden sein müssen.

Dieser Parameter kann null sein.

Gibt zurück

Attribute

Hinweise

Dies kann aus einem Hintergrundthread verwendet werden.

Gilt für: