Skip to main content

TextStyle enum

Namespace: Arlecchino.Rendering.Colors · Assembly: Arlecchino.Core

Text attributes a style carries on top of its colors. Combine them with |; a terminal that does not support one simply ignores it.

[Flags]
public enum TextStyle : byte

Fields

NameValueSummary
None0No attributes.
Bold1Bold, which some terminals render as a brighter color instead.
Italic2Italic, the least widely supported of the four.
Underline4Underlined.
Dim8Dim, the opposite of TextStyle.Bold.