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
fn get_name(&self) -> Option<String>
fn is_monospace(&self) -> bool
fn list_faces(&self) -> Vec<FontFace>
Implementors
impl<O: IsA<FontFamily>> FontFamilyExt for O