Table of Contents

Class NerdFontsSettings

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Immutable settings record for Terminal.Gui.Text.NerdFonts defaults (ThemeScope).

public sealed record NerdFontsSettings : IEquatable<NerdFontsSettings>
Inheritance
NerdFontsSettings
Implements
Inherited Members

Constructors

NerdFontsSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

Enable

Gets whether Nerd Fonts glyphs are enabled.

Methods

Equals(object?)
Equals(NerdFontsSettings?)
GetHashCode()
ToString()

Operators

operator ==(NerdFontsSettings?, NerdFontsSettings?)
operator !=(NerdFontsSettings?, NerdFontsSettings?)