Type Alias CffHeader

pub type CffHeader<'a> = TableRef<'a, CffHeaderMarker>;
Expand description

Compact Font Format table header

Aliased Typeยง

pub struct CffHeader<'a> { /* private fields */ }