Trait pango::FontFaceExt [−][src]
pub trait FontFaceExt { fn describe(&self) -> Option<FontDescription>; fn get_face_name(&self) -> Option<String>; fn is_synthesized(&self) -> bool; fn list_sizes(&self) -> Vec<i32>; }
pub trait FontFaceExt { fn describe(&self) -> Option<FontDescription>; fn get_face_name(&self) -> Option<String>; fn is_synthesized(&self) -> bool; fn list_sizes(&self) -> Vec<i32>; }
fn describe(&self) -> Option<FontDescription>
fn get_face_name(&self) -> Option<String>
fn is_synthesized(&self) -> bool
fn list_sizes(&self) -> Vec<i32>