pub type FT_Size_Metrics = FT_Size_Metrics_;

Aliased Type§

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§

source§

impl Clone for FT_Size_Metrics_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for FT_Size_Metrics_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_Size_Metrics_