UIKit.UIFontAttributes Class
Attributes used to describe a font, used by UIKit.UIFontDescriptor

See Also: UIFontAttributes Members

Syntax

public class UIFontAttributes : Foundation.DictionaryContainer

Remarks

This type defines the attributes used to describe a font, like the font family, the font name, the character set, typographic features, glyph advancement, advanced typesetting features and others.

Typically you create objects of this instance to create a UIKit.UIFontDescriptor.

C# Example

var attributes = new UIFontAttributes () {
    Size = 14,
    Matrix = MyTransform
};

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0