Skip to main content

current_system_font

Function current_system_font 

Source
pub fn current_system_font() -> Option<Arc<Font>>
Expand description

Current system font override, if set. Widgets should prefer this over their own self.font when the override is Some(_) so user changes in the System window propagate live.