//! The one error type this crate returns.
//!
//! Almost nothing here can fail: a simple font always constructs, even with no
//! glyphs at all, and a damaged font program degrades into substitution rather
//! than erroring. `Err` is reserved for the four CID-font cases PDFium itself
//! treats as "this resource does not exist", and for a font program no backend
//! can read at all.
use Error;
/// What went wrong while loading a font.