Struct owned_ttf_parser::kern::Subtable3 [−][src]
pub struct Subtable3<'a> { /* fields omitted */ }
Expand description
A format 3 subtable.
Simple n x m Array of Kerning Indices.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable3<'a>
impl<'a> UnwindSafe for Subtable3<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more