ansi-font-style ( font-style -- string )


Vocabulary
io.streams.escape-codes

Inputs
font-stylea style or sequence of styles


Outputs
stringa string


Word description
Returns a string containing one or more ANSI escape sequences implementing the given style(s).

Definition