pub type PositionChainContext<'a> = ChainedSequenceContext<'a>;Expand description
A GPOS ChainedSequenceContext
Aliased Type§
pub enum PositionChainContext<'a> {
Format1(ChainedSequenceContextFormat1<'a>),
Format2(ChainedSequenceContextFormat2<'a>),
Format3(ChainedSequenceContextFormat3<'a>),
}