Skip to main content

read_fonts/tables/
cff2.rs

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