Struct ttf_parser::cmap::Subtable14
source · pub struct Subtable14<'a> { /* private fields */ }Expand description
A format 14 subtable.
Implementations§
source§impl<'a> Subtable14<'a>
impl<'a> Subtable14<'a>
sourcepub fn glyph_index(
&self,
code_point: u32,
variation: u32
) -> Option<GlyphVariationResult>
pub fn glyph_index(
&self,
code_point: u32,
variation: u32
) -> Option<GlyphVariationResult>
Returns a glyph index for a code point.
Trait Implementations§
source§impl<'a> Clone for Subtable14<'a>
impl<'a> Clone for Subtable14<'a>
source§fn clone(&self) -> Subtable14<'a>
fn clone(&self) -> Subtable14<'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