Struct ttf_parser::gsub::ReverseChainSingleSubstitution
source · pub struct ReverseChainSingleSubstitution<'a> {
pub coverage: Coverage<'a>,
pub backtrack_coverages: LazyOffsetArray16<'a, Coverage<'a>>,
pub lookahead_coverages: LazyOffsetArray16<'a, Coverage<'a>>,
pub substitutes: LazyArray16<'a, GlyphId>,
}Expand description
Fields§
§coverage: Coverage<'a>§backtrack_coverages: LazyOffsetArray16<'a, Coverage<'a>>§lookahead_coverages: LazyOffsetArray16<'a, Coverage<'a>>§substitutes: LazyArray16<'a, GlyphId>Trait Implementations§
source§impl<'a> Clone for ReverseChainSingleSubstitution<'a>
impl<'a> Clone for ReverseChainSingleSubstitution<'a>
source§fn clone(&self) -> ReverseChainSingleSubstitution<'a>
fn clone(&self) -> ReverseChainSingleSubstitution<'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