Class NerdFontsTools
Nerd Fonts tools
Inheritance
object
NerdFontsTools
Namespace
Syntax
public static class NerdFontsTools
Methods
GetNerdFontChar(NerdFontsTypes, string)
Gets the Nerd Fonts character
Returns
string
Nerd Fonts character from charName from the specified type
Declaration
public static string GetNerdFontChar(NerdFontsTypes type, string charName)
Parameters
| Name | Type | Description |
|---|---|---|
| type | NerdFontsTypes | Nerd Fonts type |
| charName | string | Character name |
Exceptions
| Type | Condition |
|---|---|
| TerminauxException |
GetNerdFontCharNames(NerdFontsTypes)
Gets the Nerd Fonts character names
Returns
string[]
Nerd Fonts character name list from the specified type
Declaration
public static string[] GetNerdFontCharNames(NerdFontsTypes type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | NerdFontsTypes | Nerd Fonts type |
Exceptions
| Type | Condition |
|---|---|
| TerminauxException |