Struct ttf_parser::apple_layout::StateTable
source · pub struct StateTable<'a> { /* private fields */ }Expand description
Implementations§
source§impl<'a> StateTable<'a>
impl<'a> StateTable<'a>
sourcepub fn kerning(&self, offset: ValueOffset) -> Option<i16>
pub fn kerning(&self, offset: ValueOffset) -> Option<i16>
Returns kerning at offset.
Trait Implementations§
source§impl<'a> Clone for StateTable<'a>
impl<'a> Clone for StateTable<'a>
source§fn clone(&self) -> StateTable<'a>
fn clone(&self) -> StateTable<'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