Struct owned_ttf_parser::kerx::Subtable1 [−][src]
pub struct Subtable1<'a> {
pub state_table: ExtendedStateTable<'a, EntryData>,
// some fields omitted
}
Expand description
A format 1 subtable.
State Table for Contextual Kerning.
Fields
state_table: ExtendedStateTable<'a, EntryData>
A state table.
Implementations
Returns kerning at action index.
Methods from Deref<Target = ExtendedStateTable<'a, EntryData>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable1<'a>
impl<'a> UnwindSafe for Subtable1<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more