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