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
| Name | Description |
|---|---|
| UIFontAttributes() |
Creates an empty UIFontAttributes. |
| UIFontAttributes(NSDictionary) |
Creates a UIFontAttributes from a weakly typed NSDictionary. |
| UIFontAttributes(UIFontFeature[]) |
Creates a UIFontAttributes with the specified font feature settings. |
UIFontAttributes()
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[])
Creates a UIFontAttributes with the specified font feature settings.
public UIFontAttributes(params UIKit.UIFontFeature[] features);
new UIKit.UIFontAttributes : UIKit.UIFontFeature[] -> UIKit.UIFontAttributes
Parameters
- features
- UIFontFeature[]
The font features to apply.