Method IsRuneSupported | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IsRuneSupported(Rune)

Tests if the specified rune is supported by the driver.

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.

Edit this page