Struct pango_sys::PangoFontMetrics
source · #[repr(C)]pub struct PangoFontMetrics {
pub ref_count: c_uint,
pub ascent: c_int,
pub descent: c_int,
pub height: c_int,
pub approximate_char_width: c_int,
pub approximate_digit_width: c_int,
pub underline_position: c_int,
pub underline_thickness: c_int,
pub strikethrough_position: c_int,
pub strikethrough_thickness: c_int,
}Fields§
§ref_count: c_uint§ascent: c_int§descent: c_int§height: c_int§approximate_char_width: c_int§approximate_digit_width: c_int§underline_position: c_int§underline_thickness: c_int§strikethrough_position: c_int§strikethrough_thickness: c_intTrait Implementations§
source§impl Clone for PangoFontMetrics
impl Clone for PangoFontMetrics
source§fn clone(&self) -> PangoFontMetrics
fn clone(&self) -> PangoFontMetrics
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