Skip to main content

read_fonts/tables/
cff.rs

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;