Trait pango::prelude::FontFaceExt
source · [−]pub trait FontFaceExt: 'static {
fn describe(&self) -> Option<FontDescription>;
fn face_name(&self) -> Option<GString>;
fn family(&self) -> Option<FontFamily>;
fn is_synthesized(&self) -> bool;
fn list_sizes(&self) -> Vec<i32>;
}
Required Methods
source
fn describe(&self) -> Option<FontDescription>
sourcefn family(&self) -> Option<FontFamily>
fn family(&self) -> Option<FontFamily>
Available on crate feature
v1_46
only.source
fn is_synthesized(&self) -> bool
source