Struct owned_ttf_parser::kerx::Subtable0 [−][src]
pub struct Subtable0<'a> {
pub pairs: LazyArray32<'a, KerningPair>,
}
Expand description
A format 0 subtable.
Ordered List of Kerning Pairs.
The same as in kern
, but uses LazyArray32
instead of LazyArray16
.
Fields
pairs: LazyArray32<'a, KerningPair>
A list of kerning pairs.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable0<'a>
impl<'a> UnwindSafe for Subtable0<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more