pub trait RegisterStaticFont {
// Required method
fn add_static(
&mut self,
family: FontFamily,
name: &str,
bytes: &'static [u8],
);
}pub trait RegisterStaticFont {
// Required method
fn add_static(
&mut self,
family: FontFamily,
name: &str,
bytes: &'static [u8],
);
}