Method SetWideGlyphReplacement
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.
public void SetWideGlyphReplacement(Rune column1ReplacementChar)
Parameters
column1ReplacementCharRuneThe 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).