Pretty Diagnostics
Create your own pretty diagnostics
Loading...
Searching...
No Matches
pretty_diagnostics::Config Struct Reference

Configuration options for the TextRenderer. More...

#include <renderer.hpp>

Data Fields

GlyphSet glyphs = Glyphs::Unicode()
 Glyph set used for rendering. More...
 
ColorSet colors = Colors::Default()
 Color set used for rendering. More...
 

Detailed Description

Configuration options for the TextRenderer.

Controls visual aspects of the renderer, including which glyph set is used to draw borders, connectors, and labels

Field Documentation

◆ colors

ColorSet pretty_diagnostics::Config::colors = Colors::Default()

Color set used for rendering.

Defaults to the standard ANSI color set.

◆ glyphs

GlyphSet pretty_diagnostics::Config::glyphs = Glyphs::Unicode()

Glyph set used for rendering.

Defaults to the Unicode glyph set.


The documentation for this struct was generated from the following file: