Search Results for

    Show / Hide Table of Contents

    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 Source

    GetNerdFontChar(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 charName from the specified type

    Exceptions
    Type Condition
    TerminauxException
    | Edit this page View Source

    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 type

    Exceptions
    Type Condition
    TerminauxException
    In this article
    Back to top Generated by DocFX