UIKit.UIFontDescriptor: Method Members

The methods of UIKit.UIFontDescriptor are listed below. For a list of all members, see the UIFontDescriptor Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
CreateWithAttributes(Foundation.NSDictionary) : UIFontDescriptor
Creates a new UIFontDescriptor based on adding the provided attributes to the current descriptor.
CreateWithAttributes(UIFontAttributes) : UIFontDescriptor
Creates a new UIFontDescriptor based on adding the provided attributes to the current descriptor.
CreateWithFace(string) : UIFontDescriptor
Creates a new UIFontDescriptor based on setting a font face to the current descriptor.
CreateWithFamily(string) : UIFontDescriptor
Creates a new UIFontDescriptor based on setting a font family to the current descriptor.
CreateWithMatrix(CoreGraphics.CGAffineTransform) : UIFontDescriptor
Creates a new UIFontDescriptor based on setting a new transformation matrix to the current descriptor.
CreateWithSize(nfloat) : UIFontDescriptor
Creates a new UIFontDescriptor based on setting a new font size to the current descriptor.
CreateWithTraits(UIFontDescriptorSymbolicTraits) : UIFontDescriptor
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) : UIFontDescriptor
(Weak) Creates a UIFontDescriptor using a set of attributes contained in the dictionary.
static
FromAttributes(UIFontAttributes) : UIFontDescriptor
Creates a UIFontDescriptor using a set of attributes contained in the dictionary.
static
FromName(string, CoreGraphics.CGAffineTransform) : UIFontDescriptor
Creates a UIFontDescriptor using the specified name and transformation matrix.
static
FromName(string, nfloat) : UIFontDescriptor
Creates a UIFontDescriptor using the specified name and font size.
GetMatchingFontDescriptors(Foundation.NSSet) : UIFontDescriptor[]
Retrieve a UIFontDescriptor with an explicit set of features.
GetMatchingFontDescriptors(params UIFontDescriptorAttribute[]) : UIFontDescriptor[]
Retrieve a UIFontDescriptor with an explicit set of features.
GetObject(Foundation.NSString) : Foundation.NSObject
Low-level/weak API to retrieve properties from the UIFontDescriptor.
static
GetPreferredDescriptorForTextStyle(Foundation.NSString) : UIFontDescriptor
Weakly-typed version of an API used to retrieve the user's desired font size.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIFontDescriptor object.