Struct freetype::ffi::FT_Glyph_Metrics
[−]
[src]
pub struct FT_Glyph_Metrics { pub width: i64, pub height: i64, pub horiBearingX: i64, pub horiBearingY: i64, pub horiAdvance: i64, pub vertBearingX: i64, pub vertBearingY: i64, pub vertAdvance: i64, }
Fields
width: i64
height: i64
horiBearingX: i64
horiBearingY: i64
horiAdvance: i64
vertBearingX: i64
vertBearingY: i64
vertAdvance: i64
Trait Implementations
impl Clone for FT_Glyph_Metrics
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