Struct ttf_parser::apple_layout::ExtendedStateTable
source · pub struct ExtendedStateTable<'a, T> { /* private fields */ }Expand description
Implementations§
source§impl<'a, T: FromData> ExtendedStateTable<'a, T>
impl<'a, T: FromData> ExtendedStateTable<'a, T>
sourcepub fn parse(number_of_glyphs: NonZeroU16, s: &mut Stream<'a>) -> Option<Self>
pub fn parse(number_of_glyphs: NonZeroU16, s: &mut Stream<'a>) -> Option<Self>
Parses an Extended State Table from a stream.
number_of_glyphs is from the maxp table.
Trait Implementations§
source§impl<'a, T: Clone> Clone for ExtendedStateTable<'a, T>
impl<'a, T: Clone> Clone for ExtendedStateTable<'a, T>
source§fn clone(&self) -> ExtendedStateTable<'a, T>
fn clone(&self) -> ExtendedStateTable<'a, T>
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