the_stars/styles

Types

pub opaque type Style

Values

pub fn get_background(style: Style) -> color.Color
pub fn get_blink(style: Style) -> Bool
pub fn get_bold(style: Style) -> Bool
pub fn get_dim(style: Style) -> Bool
pub fn get_foreground(style: Style) -> color.Color
pub fn get_invert(style: Style) -> Bool
pub fn get_italic(style: Style) -> Bool
pub fn get_strikethrough(style: Style) -> Bool
pub fn get_underline(style: Style) -> Bool
pub fn new() -> Style
pub fn render(style: Style, s: String) -> String
pub fn set_background(style: Style, color: color.Color) -> Style
pub fn set_blink(style: Style, value: Bool) -> Style
pub fn set_bold(style: Style, value: Bool) -> Style
pub fn set_dim(style: Style, value: Bool) -> Style
pub fn set_foreground(style: Style, color: color.Color) -> Style
pub fn set_invert(style: Style, value: Bool) -> Style
pub fn set_italic(style: Style, value: Bool) -> Style
pub fn set_strikethrough(style: Style, value: Bool) -> Style
pub fn set_underline(style: Style, value: Bool) -> Style
Search Document