Contents

CTParagraphStyleSpecifier.lineSpacing

The space in points added between lines within the paragraph (commonly known as leading).

Declaration

case lineSpacing

Discussion

Instead, use CTParagraphStyleSpecifier.maximumLineSpacing, CTParagraphStyleSpecifier.minimumLineSpacing, and CTParagraphStyleSpecifier.lineSpacingAdjustment to control space between lines. This value is always nonnegative. Type: CGFloat. Default value: 0.0. Affects: CTFramesetter.

See Also

Constants