Expand description
Different display styles (strikethrough, bold, etc.)
Structsยง
- Blink
Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of making it blink. Recommended to be constructed using
OwoColorize
. - Blink
Fast Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of making it blink fast. Recommended to be constructed using
OwoColorize
. - Bold
Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of boldening it. Recommended to be constructed using
OwoColorize
. - DimDisplay
- Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of dimming it. Recommended to be constructed using
OwoColorize
. - Hidden
Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of hiding the text. Recommended to be constructed
using
OwoColorize
. - Italic
Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of italicizing it. Recommended to be constructed using
OwoColorize
. - Reversed
Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of swapping foreground and background colors. Recommended to be constructed
using
OwoColorize
. - Strike
Through Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of crossing out the given text. Recommended to be constructed using
OwoColorize
. - Underline
Display - Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of underlining it. Recommended to be constructed using
OwoColorize
.