1//! Font data and metrics for `lightweight-pdf`. Knows nothing about the document 2//! model or PDF types (`plan/00a-contracts-and-artifacts.md`, point 3). 3 4mod font; 5mod subset; 6 7pub use font::*; 8pub use subset::*;