Struct ttf_parser::kerx::Subtable6 [−][src]
pub struct Subtable6<'a> { /* fields omitted */ }
Expand description
A format 6 subtable.
Simple Index-based n x m Array of Kerning Values.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable6<'a>
impl<'a> UnwindSafe for Subtable6<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more