Enum ttf_parser::gpos::PairAdjustment
source · pub enum PairAdjustment<'a> {
Format1 {
coverage: Coverage<'a>,
sets: PairSets<'a>,
},
Format2 {
coverage: Coverage<'a>,
classes: (ClassDefinition<'a>, ClassDefinition<'a>),
matrix: ClassMatrix<'a>,
},
}Expand description
Variants§
Implementations§
Trait Implementations§
source§impl<'a> Clone for PairAdjustment<'a>
impl<'a> Clone for PairAdjustment<'a>
source§fn clone(&self) -> PairAdjustment<'a>
fn clone(&self) -> PairAdjustment<'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