Type Alias freetype::GlyphMetrics
source · pub type GlyphMetrics = FT_Glyph_Metrics;Aliased Type§
struct GlyphMetrics {
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