NSTextLayoutManagerDelegate
Optional methods that delegates implement to respond to layout changes.
Declaration
protocol NSTextLayoutManagerDelegate : NSObjectProtocolTopics
Responding to layout changes
textLayoutManager(_:renderingAttributesForLink:at:defaultAttributes:)textLayoutManager(_:shouldBreakLineBefore:hyphenating:)textLayoutManager(_:textLayoutFragmentFor:in:)
Reusing text attachment view providers
textLayoutManager(_:cacheTextAttachmentViewProvider:for:)textLayoutManager(_:retrieveCachedTextAttachmentViewProviderFor:)