Struct cairo_sys::FontExtents
source · #[repr(C)]pub struct FontExtents {
pub ascent: c_double,
pub descent: c_double,
pub height: c_double,
pub max_x_advance: c_double,
pub max_y_advance: c_double,
}
Fields§
§ascent: c_double
§descent: c_double
§height: c_double
§max_x_advance: c_double
§max_y_advance: c_double
Trait Implementations§
source§impl Clone for FontExtents
impl Clone for FontExtents
source§fn clone(&self) -> FontExtents
fn clone(&self) -> FontExtents
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more