Returns the attributes used to lay out the extra line fragment.
SDK
- macOS 10.4+
Framework
- App
Kit
Declaration
var attributesForExtraLineFragment: [NSAttributed String.Key : Any] { get }
Return Value
A dictionary of attributes used to lay out the extra line fragment.
Discussion
The default implementation tries to use the NSText
method typing
if possible; otherwise, it uses the attributes for the last character.