Trait pango::prelude::FontFamilyExt [] [src]

pub trait FontFamilyExt {
    fn get_name(&self) -> Option<String>;
    fn is_monospace(&self) -> bool;
}

Required Methods

Implementors