Skip to main content

PangoCairoFontMapExtManual

Trait PangoCairoFontMapExtManual 

Source
pub trait PangoCairoFontMapExtManual: 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§