lineFragmentPadding
The value for the text inset within line fragment rectangles.
Declaration
var lineFragmentPadding: CGFloat { get set }Discussion
The padding appears at the beginning and end of the line fragment rectangles. The layout manager uses this value to determine the layout width. The default value of this property is 5.0.
Line fragment padding is not designed to express text margins. Instead, you should use insets on your text view, adjust the paragraph margin attributes, or change the position of the text view within its superview.