The members of UIKit.UIFontAttributes are listed below.
See Also: Inherited members from Foundation.DictionaryContainer
| Creates an empty UIFontAttributes. | ||
| Creates a UIFontAttributes from a weakly typed NSDictionary. | ||
UIFontAttributes(params UIFontFeature[]) | Documentation for this section has not yet been entered. |
| CascadeList | UIFontDescriptor[]. Specifies the list of sub descriptors to be used before the system default fallbacks. | |
| CharacterSet | Foundation.NSCharacterSet. Describes the character set supported by the specified font. | |
| Face | string. The font face. | |
| Family | string. The font family. | |
| FeatureSettings | UIFontFeature[]. Typographic and layout feature settings. | |
| FixedAdvance | Nullable<float>. Override for font's fixed advance for individual glyphs. | |
| Matrix | Nullable<CoreGraphics.CGAffineTransform>. Affine transformation matrix for the font. | |
| Name | string. Font name. | |
| Size | Nullable<float>. Font size. | |
| TextStyle | Foundation.NSString. Text style. | |
| Traits | UIFontTraits. Font traits. | |
| VisibleName | string. Font visible name. | |
| WeakFeatureSettings | Foundation.NSDictionary[]. Weakly-typed version of the FeatureSettings properties |