UIFontAttributes Constructors

Definition

Overloads

UIFontAttributes()

Creates an empty UIFontAttributes.

UIFontAttributes(NSDictionary)

Creates a UIFontAttributes from a weakly typed NSDictionary.

UIFontAttributes(UIFontFeature[])

UIFontAttributes()

Creates an empty UIFontAttributes.

public UIFontAttributes ();

Applies to

UIFontAttributes(NSDictionary)

Creates a UIFontAttributes from a weakly typed NSDictionary.

public UIFontAttributes (Foundation.NSDictionary dictionary);
new UIKit.UIFontAttributes : Foundation.NSDictionary -> UIKit.UIFontAttributes

Parameters

dictionary
NSDictionary

Dictionary containing UIFontAttributes.

Applies to

UIFontAttributes(UIFontFeature[])

public UIFontAttributes (params UIKit.UIFontFeature[] features);
new UIKit.UIFontAttributes : UIKit.UIFontFeature[] -> UIKit.UIFontAttributes

Parameters

features
UIFontFeature[]

Applies to