use FontKey;
/// Per-font metrics, normalized to 1000 units-per-em (PDF/Type1
/// convention). `lightweight-pdf-layout` never sees font bytes — only this.
/// `lightweight-pdf-layout`'s only dependency on fonts: given a [`FontKey`], hand
/// back metrics. Implemented by the facade crate, which bridges to
/// `lightweight-pdf-fonts::FontData` (ADR-010).