Struct freetype::ffi::FT_Size_Metrics []

pub struct FT_Size_Metrics {
    pub x_ppem: u16,
    pub y_ppem: u16,
    pub x_scale: i64,
    pub y_scale: i64,
    pub ascender: i64,
    pub descender: i64,
    pub height: i64,
    pub max_advance: i64,
}

Fields

x_ppem: u16 y_ppem: u16 x_scale: i64 y_scale: i64 ascender: i64 descender: i64 height: i64 max_advance: i64

Trait Implementations

impl Clone for FT_Size_Metrics

fn clone(&self) -> FT_Size_Metrics

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for FT_Size_Metrics