pub fn ui_text_with_style(ui: &mut Ui, text: &str, style: TextStyle)
Show text with a specific TextStyle
ui_text_with_style(ui, "Styled", TextStyle::Button);