Struct freetype_sys::FT_Glyph_Metrics [] [src]

pub struct FT_Glyph_Metrics {
    pub width: FT_Pos,
    pub height: FT_Pos,
    pub horiBearingX: FT_Pos,
    pub horiBearingY: FT_Pos,
    pub horiAdvance: FT_Pos,
    pub vertBearingX: FT_Pos,
    pub vertBearingY: FT_Pos,
    pub vertAdvance: FT_Pos,
}

Fields

width: FT_Pos height: FT_Pos horiBearingX: FT_Pos horiBearingY: FT_Pos horiAdvance: FT_Pos vertBearingX: FT_Pos vertBearingY: FT_Pos vertAdvance: FT_Pos

Trait Implementations

impl Clone for FT_Glyph_Metrics
[src]

fn clone(&self) -> FT_Glyph_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_Glyph_Metrics
[src]