pub trait FontExt: 'static {
    fn get_scaled_font(&self) -> Option<ScaledFont>;
}

Required Methods

Implementors