scone ~master (2021-10-23T00:48:29.5110352)
Dub
Repo
TextStyle
scone
output
text_style
Undocumented in source.
struct
TextStyle {
typeof
(
this
)
fg
(Color color);
typeof
(
this
)
bg
(Color color);
Color
foreground
;
Color
background
;
}
Members
Functions
bg
typeof
(
this
)
bg
(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
fg
typeof
(
this
)
fg
(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
background
Color
background
;
Undocumented in source.
foreground
Color
foreground
;
Undocumented in source.
Meta
Source
See Implementation
scone
output
text_style
structs
StyledText
TextStyle