Table of Contents

Enum TextStyle

Namespace
Gloam.Core.Types
Assembly
Gloam.Core.dll

Text styling flags that can be combined for rich text rendering

[Flags]
public enum TextStyle

Fields

Bold = 1

Bold text weight

Dim = 2

Dimmed/faded appearance

Invert = 8

Inverted colors (background/foreground swapped)

None = 0

No styling applied

Underline = 4

Underlined text