pub type GeneratedFontMetrics = PortableFontMetrics;Expand description
Reexport of the portable engine font metrics type.
Aliased Type§
pub struct GeneratedFontMetrics {
pub ascent: i32,
pub descent: i32,
pub xheight: i32,
pub capheight: i32,
pub slant: i32,
}Fields§
§ascent: i32§descent: i32§xheight: i32§capheight: i32§slant: i32