Table of Contents

Constructor VisualLineBuildContext

Namespace
Terminal.Gui.Editor.Rendering
Assembly
Terminal.Gui.Editor.dll

VisualLineBuildContext(TextDocument, int, bool, Attribute, Attribute, IReadOnlyList<StyledSegment>?, int, int, IEnumerable<IVisualLineTransformer>)

public VisualLineBuildContext(TextDocument document, int indentationSize, bool showTabs, Attribute normalAttribute, Attribute selectedAttribute, IReadOnlyList<StyledSegment>? styledSegments, int selectionStart, int selectionEnd, IEnumerable<IVisualLineTransformer> lineTransformers)

Parameters

document TextDocument
indentationSize int
showTabs bool
normalAttribute Attribute
selectedAttribute Attribute
styledSegments IReadOnlyList<StyledSegment>
selectionStart int
selectionEnd int
lineTransformers IEnumerable<IVisualLineTransformer>