pub trait FallbackGroupExt {
// Required method
fn to_generic_font_family(&self) -> Option<GenericFontFamily>;
}
Expand description
Extensions for FallbackGroup
.
pub trait FallbackGroupExt {
// Required method
fn to_generic_font_family(&self) -> Option<GenericFontFamily>;
}
Extensions for FallbackGroup
.