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 { ... }
}

Provided Methods§

source

fn foreach<P: FnMut(&Fontset, &Font) -> bool>(&self, func: P)

source

fn font(&self, wc: u32) -> Font

source

fn metrics(&self) -> FontMetrics

Object Safety§

This trait is not object safe.

Implementors§