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