Type Alias TypeMetric

Source
pub type TypeMetric = _TypeMetric;

Aliased Type§

#[repr(C)]
pub struct TypeMetric { pub pixels_per_em: _PointInfo, pub ascent: f64, pub descent: f64, pub width: f64, pub height: f64, pub max_advance: f64, pub underline_position: f64, pub underline_thickness: f64, pub bounds: _SegmentInfo, pub origin: _PointInfo, }

Fields§

§pixels_per_em: _PointInfo§ascent: f64§descent: f64§width: f64§height: f64§max_advance: f64§underline_position: f64§underline_thickness: f64§bounds: _SegmentInfo§origin: _PointInfo