Interface IShapingTextWrapperBuilder

    • Method Detail

      • buildThreadSafe

        ITextWrapper buildThreadSafe()
        Builds a thread-safe text wrapper with the current settings. The returned text wrapper is thread-safe and can be used in a multi-threaded environment.
        Returns:
        The thread-safe text wrapper.
      • buildThreadUnsafe

        IMutableShapingTextWrapper buildThreadUnsafe()
        Builds a thread-unsafe text wrapper with the current settings. The returned text wrapper is not thread-safe and must be synchronized externally if needed. In exchange, it might perform better.
        Returns:
        The thread-unsafe text wrapper.