Trait pango::prelude::FontFaceExt[][src]

pub trait FontFaceExt: 'static {
    fn describe(&self) -> Option<FontDescription>;
fn get_face_name(&self) -> Option<GString>;
fn is_synthesized(&self) -> bool;
fn list_sizes(&self) -> Vec<i32>; }

Required methods

fn describe(&self) -> Option<FontDescription>[src]

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

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

fn list_sizes(&self) -> Vec<i32>[src]

Loading content...

Implementors

impl<O: IsA<FontFace>> FontFaceExt for O[src]

Loading content...