ui_text_with_style

Function ui_text_with_style 

Source
pub fn ui_text_with_style(ui: &mut Ui, text: &str, style: TextStyle)
Expand description

Show text with a specific TextStyle

ยงExample

ui_text_with_style(ui, "Styled", TextStyle::Button);