sharedSystemTypesetter(for:)
Returns a shared instance of a reentrant typesetter that implements typesetting with the specified behavior.
Declaration
class func sharedSystemTypesetter(for behavior: NSLayoutManager.TypesetterBehavior) -> AnyParameters
- behavior:
The desired behavior.
Return Value
A shared instance of a reentrant typesetter that implements typesetting with the specified behavior.
Discussion
Possible return values are described in the NSLayoutManager.TypesetterBehavior section for NSLayoutManager.