pub fn printable_styled_string(
    glyphs: &Glyphs,
    string: StyledString
) -> Result<String>
Expand description

Write the provided string to out, using ANSI escape codes as necessary to style it.

TODO: return something that implements Display instead of a String.