Trait sourceview5::prelude::FontFamilyExt
source · pub trait FontFamilyExt: IsA<FontFamily> + Sealed + 'static {
// Provided 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> { ... }
}
Provided 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>
Object Safety§
This trait is not object safe.