Class NerdFontsTools
Nerd Fonts tools
Inheritance
object
NerdFontsTools
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public static class NerdFontsTools
Methods
| Edit this page View SourceGetNerdFontChar(NerdFontsTypes, string)
Gets the Nerd Fonts character
Declaration
public static string GetNerdFontChar(NerdFontsTypes type, string charName)
Parameters
Type | Name | Description |
---|---|---|
NerdFontsTypes | type | Nerd Fonts type |
string | charName | Character name |
Returns
Type | Description |
---|---|
string | Nerd Fonts character from |
Exceptions
Type | Condition |
---|---|
TerminauxException |
GetNerdFontCharNames(NerdFontsTypes)
Gets the Nerd Fonts character names
Declaration
public static string[] GetNerdFontCharNames(NerdFontsTypes type)
Parameters
Type | Name | Description |
---|---|---|
NerdFontsTypes | type | Nerd Fonts type |
Returns
Type | Description |
---|---|
string[] | Nerd Fonts character name list from the specified |
Exceptions
Type | Condition |
---|---|
TerminauxException |