Struct ttf_parser::gsub::AlternateSet
source · pub struct AlternateSet<'a> {
pub alternates: LazyArray16<'a, GlyphId>,
}Expand description
A list of glyphs for Alternate Substitution Subtable.
Fields§
§alternates: LazyArray16<'a, GlyphId>Array of alternate glyph IDs, in arbitrary order.
Trait Implementations§
source§impl<'a> Clone for AlternateSet<'a>
impl<'a> Clone for AlternateSet<'a>
source§fn clone(&self) -> AlternateSet<'a>
fn clone(&self) -> AlternateSet<'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