//! The [compact font format][1] of version 1.0.
//!
//! [1]: https://adobe-type-tools.github.io/font-tech-notes/pdfs/5176.CFF.pdf
pub use CharSet;
pub use Encoding;
pub use FontSet;
pub use Header;
pub use Index;
pub use ;
pub use ;
/// A glyph identifier.
pub type GlyphID = u16;
/// A string identifier.
pub type StringID = u16;