Struct freetype_sys::FT_Size_Metrics [−] [src]

pub struct FT_Size_Metrics {
    pub x_ppem: FT_UShort,
    pub y_ppem: FT_UShort,
    pub x_scale: FT_Fixed,
    pub y_scale: FT_Fixed,
    pub ascender: FT_Pos,
    pub descender: FT_Pos,
    pub height: FT_Pos,
    pub max_advance: FT_Pos,
}

Fields

x_ppem
y_ppem
x_scale
y_scale
ascender
descender
height
max_advance

Trait Implementations

Derived Implementations

impl Clone for FT_Size_Metrics

fn clone(&self) -> FT_Size_Metrics

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

impl Copy for FT_Size_Metrics