Contents

NSTextEffectAttributeName

An attribute that applies a text effect to the text.

Declaration

extern NSAttributedStringKey const NSTextEffectAttributeName;

Overview

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

See Also

Getting text attribute keys