pub type GeneratedNativeTextMetrics = PortableNativeTextMetrics;Expand description
Reexport of the portable engine shaped text metrics type.
Aliased Type§
pub struct GeneratedNativeTextMetrics {
pub width: i32,
pub height: i32,
pub depth: i32,
pub glyphs: Vec<PortableNativeGlyph>,
}Fields§
§width: i32§height: i32§depth: i32§glyphs: Vec<PortableNativeGlyph>