Contents

extraLineFragmentUsedRect

The rectangle that encloses the insertion point in the extra line fragment rectangle.

Declaration

var extraLineFragmentUsedRect: NSRect { get }

Discussion

The rectangle is defined in the coordinate system of its NSTextContainer. NSZeroRect if there is no extra line fragment rectangle.

The extra line fragment used rectangle is twice as wide (or tall) as the text container’s line fragment padding, with the insertion point itself in the middle.

See Also

Getting layout information