Struct freetype::ffi::FT_Glyph_Metrics
[−]
pub struct FT_Glyph_Metrics {
pub width: i32,
pub height: i32,
pub horiBearingX: i32,
pub horiBearingY: i32,
pub horiAdvance: i32,
pub vertBearingX: i32,
pub vertBearingY: i32,
pub vertAdvance: i32,
}Fields
width: i32
height: i32
horiBearingX: i32
horiBearingY: i32
horiAdvance: i32
vertBearingX: i32
vertBearingY: i32
vertAdvance: i32
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