Struct cairo::TextExtents []

#[repr(C)]
pub struct TextExtents { pub x_bearing: f64, pub y_bearing: f64, pub width: f64, pub height: f64, pub x_advance: f64, pub y_advance: f64, }

Fields

Trait Implementations

impl Copy for TextExtents

impl Clone for TextExtents

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more