Method IsCombiningMark
IsCombiningMark(Rune)
Returns true if the rune is a combining character.
public static bool IsCombiningMark(this Rune rune)
Parameters
rune
Rune
Returns
Remarks
This is a Terminal.Gui extension method to Rune to support TUI text manipulation.