Struct owned_ttf_parser::kerx::Subtable2 [−][src]
pub struct Subtable2<'a>(_);
Expand description
A format 2 subtable.
Simple n x m Array of Kerning Values.
The same as in kern
, but uses 32bit offsets instead of 16bit one.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable2<'a>
impl<'a> UnwindSafe for Subtable2<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more