Trait sourceview5::prelude::FontFaceExt

source ·
pub trait FontFaceExt: IsA<FontFace> + Sealed + 'static {
    // Provided 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> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> FontFaceExt for O
where O: IsA<FontFace>,