pub trait PangoCairoFontMapExtManual:
Sealed
+ IsA<FontMap>
+ 'static {
// Provided method
fn font_type(&self) -> FontType { ... }
}
Provided Methods§
Sourcefn font_type(&self) -> FontType
fn font_type(&self) -> FontType
Gets the type of Cairo font backend that @self uses.
§Returns
the cairo::FontType
cairo font backend type
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.