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