Freigeben über


UIFontDescriptor.FromAttributes Methode

Definition

Überlädt

FromAttributes(NSDictionary)

(Schwach) Erstellt einen UIFontDescriptor mit einem Satz von Attributen, die im Wörterbuch enthalten sind.

FromAttributes(UIFontAttributes)

Erstellt einen UIFontDescriptor mit einem Satz von Attributen, die im Wörterbuch enthalten sind.

FromAttributes(NSDictionary)

(Schwach) Erstellt einen UIFontDescriptor mit einem Satz von Attributen, die im Wörterbuch enthalten sind.

[Foundation.Export("fontDescriptorWithFontAttributes:")]
public static UIKit.UIFontDescriptor FromAttributes (Foundation.NSDictionary attributes);
static member FromAttributes : Foundation.NSDictionary -> UIKit.UIFontDescriptor

Parameter

attributes
NSDictionary

Schwaches Wörterbuch der Schriftartattribute.

Gibt zurück

Attribute

Hinweise

Dies kann über einen Hintergrundthread verwendet werden.

Gilt für:

FromAttributes(UIFontAttributes)

Erstellt einen UIFontDescriptor mit einem Satz von Attributen, die im Wörterbuch enthalten sind.

public static UIKit.UIFontDescriptor FromAttributes (UIKit.UIFontAttributes attributes);
static member FromAttributes : UIKit.UIFontAttributes -> UIKit.UIFontDescriptor

Parameter

attributes
UIFontAttributes

Schwaches Wörterbuch der Schriftartattribute.

Gibt zurück

Hinweise

Dies kann über einen Hintergrundthread verwendet werden.

Gilt für: