[][src]Trait pango::FontFamilyExt

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

Required methods

fn get_name(&self) -> Option<GString>

fn is_monospace(&self) -> bool

fn is_variable(&self) -> bool

fn list_faces(&self) -> Vec<FontFace>

Loading content...

Implementors

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

Loading content...