Contents

NSBaselineOffsetAttributeName

The vertical offset for the position of the text.

Declaration

extern NSAttributedStringKey const NSBaselineOffsetAttributeName;

Overview

The value of this attribute is an NSNumber object containing a floating point value indicating the character’s offset from the baseline, in points. The default value is 0.

See Also

Getting rendering attribute keys