TextRenderer
@Js
const class TextRenderer : Obj, Renderer
Renders a tree of nodes to plain text
Get a renderer with all the default configuration
Obtain a builder for configuring the renderer
static TextRendererBuilder builder()
Obtain a builder for configuring the renderer
static new make()
Get a renderer with all the default configuration
virtual Void renderTo(OutStream out, Node node)