Struct ttf_parser::morx::InsertionSubtable
source · pub struct InsertionSubtable<'a> {
pub state: ExtendedStateTable<'a, InsertionEntryData>,
pub glyphs: LazyArray32<'a, GlyphId>,
}Expand description
An insertion subtable.
Fields§
§state: ExtendedStateTable<'a, InsertionEntryData>A state table.
glyphs: LazyArray32<'a, GlyphId>Insertion glyphs.
Trait Implementations§
source§impl<'a> Clone for InsertionSubtable<'a>
impl<'a> Clone for InsertionSubtable<'a>
source§fn clone(&self) -> InsertionSubtable<'a>
fn clone(&self) -> InsertionSubtable<'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