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§
impl<'a> Copy for Subtable0<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable0<'a>
impl<'a> RefUnwindSafe for Subtable0<'a>
impl<'a> Send for Subtable0<'a>
impl<'a> Sync for Subtable0<'a>
impl<'a> Unpin for Subtable0<'a>
impl<'a> UnwindSafe for Subtable0<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more