Enum ttf_parser::gpos::PositioningSubtable
source · pub enum PositioningSubtable<'a> {
Single(SingleAdjustment<'a>),
Pair(PairAdjustment<'a>),
Cursive(CursiveAdjustment<'a>),
MarkToBase(MarkToBaseAdjustment<'a>),
MarkToLigature(MarkToLigatureAdjustment<'a>),
MarkToMark(MarkToMarkAdjustment<'a>),
Context(ContextLookup<'a>),
ChainContext(ChainedContextLookup<'a>),
}Expand description
A glyph positioning lookup subtable enumeration.
Variants§
Single(SingleAdjustment<'a>)
Pair(PairAdjustment<'a>)
Cursive(CursiveAdjustment<'a>)
MarkToBase(MarkToBaseAdjustment<'a>)
MarkToLigature(MarkToLigatureAdjustment<'a>)
MarkToMark(MarkToMarkAdjustment<'a>)
Context(ContextLookup<'a>)
ChainContext(ChainedContextLookup<'a>)
Implementations§
Trait Implementations§
source§impl<'a> Clone for PositioningSubtable<'a>
impl<'a> Clone for PositioningSubtable<'a>
source§fn clone(&self) -> PositioningSubtable<'a>
fn clone(&self) -> PositioningSubtable<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more