The current transform matrix of the font descriptor.
SDKs
- iOS 7.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
Declaration
var matrix: CGAffine Transform { get }
The current transform matrix of the font descriptor.
SDKs
Framework
var matrix: CGAffine Transform { get }
var font Attributes: [UIFont Descriptor .Attribute Name : Any]
Returns the font descriptor's dictionary of attributes.
func object(for Key: UIFont Descriptor .Attribute Name) -> Any?
Returns the font attribute specified by the given key.
var point Size: CGFloat
The point size of the font descriptor.
var postscript Name: String
The PostScript name of the font descriptor.
var symbolic Traits: UIFont Descriptor .Symbolic Traits
A bit mask that describes the traits of the font descriptor.