[][src]Trait pango::FontFaceExt

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>

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

fn is_synthesized(&self) -> bool

fn list_sizes(&self) -> Vec<i32>

Loading content...

Implementors

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

Loading content...