Contents

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) -> Any

Parameters

  • 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.

See Also

Related Documentation

Getting a typesetter