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

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

Required methods

fn get_name(&self) -> Option<GString>[src]

fn is_monospace(&self) -> bool[src]

fn list_faces(&self) -> Vec<FontFace>[src]

Loading content...

Implementors

impl<O: IsA<FontFamily>> FontFamilyExt for O[src]

Loading content...