Enum CliTextDecoration
Text decoration attributes that can be combined on a styled span. These are additive during
markup cascading/inheritance (nested scopes OR their flags onto the effective style), and are
rendered as ANSI SGR attributes by
AnsiSink when ANSI output is active. Actual display
depends on terminal/font support.[Flags]
public enum CliTextDecoration
Fields
Bold = 1- Bold / increased intensity (SGR 1, off via 22).
Italic = 2- Italic (SGR 3, off via 23).
None = 0- No decoration.
Underline = 4- Underline (SGR 4, off via 24).