API Reference
Class
ConsoleGlyphs
Provides icon/glyph strings that align reasonably across consoles.
Inheritance
- Object
- ConsoleGlyphs
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ConsoleGlyphs.<Clone>$
- Method ConsoleGlyphs.Build
- Property ConsoleVisualProfile.Glyphs
Accepted by parameters
- Constructor ConsoleVisualProfile.ConsoleVisualProfile
- Method ConsoleVisualProfile.Deconstruct
Constructors
public ConsoleGlyphs() #Methods
public ConsoleGlyphs <Clone>$() #Returns:
ConsoleGlyphspublic static ConsoleGlyphs Build(ConsoleCapabilities caps) #Returns:
ConsoleGlyphsReturns an emoji-first glyph set, falling back to ASCII when emoji/Unicode are not safe.
Parameters
- caps TestimoX.Theming.ConsoleCapabilities
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String RunArrow { get; set; } #Glyph for starting or running actions.
public String CheckboxOn { get; set; } #Glyph for a checked selection.
public String CheckboxOff { get; set; } #Glyph for an unchecked selection.
public String Settings { get; set; } #Glyph representing settings/configuration.