Returns a shared instance of a reentrant typesetter that implements typesetting with the specified behavior.
Original signature is '+ (id)sharedSystemTypesetterForBehavior:(NSTypesetterBehavior)theBehavior'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public static Id SharedSystemTypesetterForBehavior( NSTypesetterBehavior theBehavior )
Public Shared Function SharedSystemTypesetterForBehavior ( _ theBehavior As NSTypesetterBehavior _ ) As Id
public: static Id^ SharedSystemTypesetterForBehavior( NSTypesetterBehavior theBehavior )

- theBehavior (NSTypesetterBehavior)
- The desired behavior.

A shared instance of a reentrant typesetter that implements typesetting with the specified behavior.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)