Table of Contents

Method SetWideGlyphReplacement

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

SetWideGlyphReplacement(Rune)

Sets the replacement character that will be used when a wide glyph (double-width character) cannot fit in the available space. If not set, the default will be WideGlyphReplacement.

void SetWideGlyphReplacement(Rune column1ReplacementChar)

Parameters

column1ReplacementChar Rune

The character used when the first column of a wide character is invalid (for example, when it is overlapped by the trailing half of a previous wide character).