PSSVG

SVG.ANSI

Synopsis

SVG ANSI Text


Description

Renders Text containing ANSI escape sequences as SVG.



Parameters

LineSpacing

The spacing between lines, in font-emphasis. By default, 1.2.

Type Required Position PipelineInput
[Double] false named true (ByPropertyName)

ForegroundColor

The foreground color. By default, white. All elements that use the -ForegroundColor will also use the CSS class foreground-fill.

Type Required Position PipelineInput
[String] false named false

BackgroundColor

The background color. By default, black. All items colored in black will also use the class background-fill.

Type Required Position PipelineInput
[String] false named false

ConsolePalette

The console color palette.

ANSI colors use a 3 bit palette (0-7), with an additional bit for brightness.

This array contains default color used to fill each of the items in a 3-bit palette.

By default, in order:

Type Required Position PipelineInput
[String[]] false named false

Syntax

SVG.ANSI [-LineSpacing <Double>] [-ForegroundColor <String>] [-BackgroundColor <String>] [-ConsolePalette <String[]>] [<CommonParameters>]