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

Required 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

Implementors§