Trait pango::FontFamilyExt[][src]

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

Required Methods

Important traits for Vec<u8>

Implementors