UIFontAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]