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