1//! The [CFF](https://learn.microsoft.com/en-us/typography/opentype/spec/cff) table 2 3#[doc(inline)] 4pub use crate::ps::cff::v1::Cff;