Table of Contents

Method IsCombiningMark

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsCombiningMark(Rune)

Returns true if the rune is a combining character.

public static bool IsCombiningMark(this Rune rune)

Parameters

rune Rune

Returns

bool

Remarks

This is a Terminal.Gui extension method to Rune to support TUI text manipulation.