Trait pango::prelude::FontsetExt
source · pub trait FontsetExt: IsA<Fontset> + Sealed + 'static {
// Provided methods
fn foreach<P: FnMut(&Fontset, &Font) -> bool>(&self, func: P) { ... }
fn font(&self, wc: u32) -> Font { ... }
fn metrics(&self) -> FontMetrics { ... }
}
Expand description
Provided Methods§
sourcefn metrics(&self) -> FontMetrics
fn metrics(&self) -> FontMetrics
Object Safety§
This trait is not object safe.