Contents

kCTFontMatrixAttribute

The font transformation matrix when creating a font.

Declaration

let kCTFontMatrixAttribute: CFString

Discussion

If unspecified it defaults to the unit matrix. The value for this key is a CFData object containing a CGAffineTransform object.

See Also

Font Attribute Keys