Interface TextRenderer

    • Method Detail

      • render

        void render​(String input,
                    StringBuilder output,
                    String styleName)
        Renders input text to an output.
        Parameters:
        input - The input
        output - The output
        styleName - The style name to use to render the input on the output.
      • render

        void render​(StringBuilder input,
                    StringBuilder output)
        Renders input text to an output.
        Parameters:
        input - The input
        output - The output