pub type FontMetrics = HashMap<u32, GlyphMetrics>;Expand description
One face’s per-glyph metrics, keyed by Unicode code point.
Aliased Type§
pub struct FontMetrics { /* private fields */ }pub type FontMetrics = HashMap<u32, GlyphMetrics>;One face’s per-glyph metrics, keyed by Unicode code point.
pub struct FontMetrics { /* private fields */ }