Trait pangocairo::prelude::FontMapExtManual[][src]

pub trait FontMapExtManual {
    fn font_type(&self) -> FontType;
}

Required methods

Gets the type of Cairo font backend that self uses.

Returns

the cairo::FontType cairo font backend type

Implementors