Table of Contents

Method IsRuneSupported

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsRuneSupported(Rune)

Tests if the specified rune is supported by the driver.

public virtual bool IsRuneSupported(Rune rune)

Parameters

rune Rune

Returns

bool

true if the rune can be properly presented; false if the driver does not support displaying this rune.