Contents

textEffect

An attribute that applies a text effect to the text.

Declaration

static let textEffect: NSAttributedString.Key

Discussion

The value of this attribute is an NSString object. Use this attribute to specify a text effect, such as letterpressStyle. The default value of this property is nil, indicating no text effect.

See Also

Getting text attribute keys