The members of UIKit.UIFontDescriptor are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Creates a UIFontDescriptor using a set of attributes contained in the dictionary. | ||
| Creates a font descriptor using the specified font attributes. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | CascadeList | UIFontDescriptor[]. Specifies the list of sub descriptors to be used before the system default fallbacks. |
| [read-only] | CharacterSet | Foundation.NSCharacterSet. Describes the character set supported by the specified font. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Face | string. The font face. |
| [read-only] | Family | string. The font family. |
| [read-only] | FeatureSettings | UIFontFeature[]. Typographic and layout feature settings. |
| [read-only] | FixedAdvance | Nullable<float>. Override for font's fixed advance for individual glyphs. |
| [read-only] | FontAttributes | UIFontAttributes. The font attributes. |
| [read-only] | Matrix | CoreGraphics.CGAffineTransform. Transformation matrix for the descriptor. |
| [read-only] | Name | string. Name of the descriptor. |
| [read-only] | PointSize | nfloat. Point size in the descriptor. |
| [read-only] | PostscriptName | string. The font's PostScript name. |
| [read-only] static | PreferredBody | UIFontDescriptor. The preferred UIFontDescriptor for the Body dynamic type. |
| [read-only] static | PreferredCaption1 | UIFontDescriptor. The preferred UIFontDescriptor for the Caption1 dynamic type. |
| [read-only] static | PreferredCaption2 | UIFontDescriptor. The preferred UIFontDescriptor for the Caption2 dynamic type. |
| [read-only] static | PreferredFootnote | UIFontDescriptor. The preferred UIFontDescriptor for the Footnote dynamic type. |
| [read-only] static | PreferredHeadline | UIFontDescriptor. The preferred UIFontDescriptor for the Headline dynamic type. |
| [read-only] static | PreferredSubheadline | UIFontDescriptor. The preferred UIFontDescriptor for the Subheadline dynamic type. |
| [read-only] | Size | Nullable<float>. Font size (if set). |
| [read-only] | SymbolicTraits | UIFontDescriptorSymbolicTraits. Font's Symbolic traits |
| [read-only] | TextStyle | Foundation.NSString. Name of the style to use for text. |
| [read-only] | Traits | UIFontTraits. Font's traits. |
| [read-only] | VisibleName | string. The visible name for this descriptor. |
| [read-only] | WeakFeatureSettings | Foundation.NSDictionary[]. Weakly typed version of the feature settings. |
| [read-only] | WeakFontAttributes | Foundation.NSDictionary. (Weak) font attributes. |
Copy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||
CreateWithAttributes(Foundation.NSDictionary)Creates a new UIFontDescriptor based on adding the provided attributes to the current descriptor. | ||
CreateWithAttributes(UIFontAttributes)Creates a new UIFontDescriptor based on adding the provided attributes to the current descriptor. | ||
CreateWithFace(string)Creates a new UIFontDescriptor based on setting a font face to the current descriptor. | ||
CreateWithFamily(string)Creates a new UIFontDescriptor based on setting a font family to the current descriptor. | ||
CreateWithMatrix(CoreGraphics.CGAffineTransform)Creates a new UIFontDescriptor based on setting a new transformation matrix to the current descriptor. | ||
CreateWithSize(nfloat)Creates a new UIFontDescriptor based on setting a new font size to the current descriptor. | ||
CreateWithTraits(UIFontDescriptorSymbolicTraits)Creates a new UIFontDescriptor based on setting a new symbolic traits to the current descriptor. | ||
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
static | FromAttributes(Foundation.NSDictionary)(Weak) Creates a UIFontDescriptor using a set of attributes contained in the dictionary. | |
static | FromAttributes(UIFontAttributes)Creates a UIFontDescriptor using a set of attributes contained in the dictionary. | |
static | FromName(string, CoreGraphics.CGAffineTransform)Creates a UIFontDescriptor using the specified name and transformation matrix. | |
static | FromName(string, nfloat)Creates a UIFontDescriptor using the specified name and font size. | |
GetMatchingFontDescriptors(Foundation.NSSet)Retrieve a UIFontDescriptor with an explicit set of features. | ||
GetMatchingFontDescriptors(params UIFontDescriptorAttribute[])Retrieve a UIFontDescriptor with an explicit set of features. | ||
GetObject(Foundation.NSString)Low-level/weak API to retrieve properties from the UIFontDescriptor. | ||
static | GetPreferredDescriptorForTextStyle(Foundation.NSString)Weakly-typed version of an API used to retrieve the user's desired font size. | |