Contents

NSStrokeColorAttributeName

The color of the stroke.

Declaration

extern NSAttributedStringKey const NSStrokeColorAttributeName;

Overview

The value of this parameter is a UIColor object. If it is not defined (which is the case by default), it is assumed to be the same as the value of NSForegroundColorAttributeName; otherwise, it describes the outline color. For more details, see Drawing attributed strings that are both filled and stroked.

See Also

Getting rendering attribute keys