Struct owned_ttf_parser::kern::Subtable [−][src]
pub struct Subtable<'a> { /* fields omitted */ }
Expand description
A kerning subtable.
Implementations
Checks that subtable is for horizontal text.
Checks that subtable is variable.
Checks that subtable has a cross-stream values.
Checks that subtable uses a state machine.
In this case glyphs_kerning()
will return None
.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable<'a>
impl<'a> UnwindSafe for Subtable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more