Skip to main content

GeneratedNativeGlyphMetrics

Type Alias GeneratedNativeGlyphMetrics 

Source
pub type GeneratedNativeGlyphMetrics = PortableNativeGlyphMetrics;
Expand description

Reexport of the portable engine glyph metrics type.

Aliased Type§

pub struct GeneratedNativeGlyphMetrics {
    pub width: i32,
    pub height: i32,
    pub depth: i32,
}

Fields§

§width: i32§height: i32§depth: i32