pub trait PangoCairoFontMapExtManual: Sealed + IsA<FontMap> + 'static {
    // Provided method
    fn font_type(&self) -> FontType { ... }
}

Provided Methods§

source

fn font_type(&self) -> FontType

Gets the type of Cairo font backend that @self uses.

§Returns

the cairo::FontType cairo font backend type

Object Safety§

This trait is not object safe.

Implementors§