Trait pango::prelude::FontFamilyExt
source · pub trait FontFamilyExt: 'static {
// Required methods
fn face(&self, name: Option<&str>) -> Option<FontFace>;
fn name(&self) -> GString;
fn is_monospace(&self) -> bool;
fn is_variable(&self) -> bool;
fn list_faces(&self) -> Vec<FontFace>;
}
Required Methods§
fn name(&self) -> GString
fn is_monospace(&self) -> bool
sourcefn is_variable(&self) -> bool
fn is_variable(&self) -> bool
Available on crate feature
v1_44
only.