Struct ttf_parser::cmap::Subtable14
source · [−]pub struct Subtable14<'a> { /* private fields */ }
Expand description
A format 14 subtable.
Implementations
sourceimpl<'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
sourceimpl<'a> Clone for Subtable14<'a>
impl<'a> Clone for Subtable14<'a>
sourcefn clone(&self) -> Subtable14<'a>
fn clone(&self) -> Subtable14<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Subtable14<'_>
impl Debug for Subtable14<'_>
impl<'a> Copy for Subtable14<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable14<'a>
impl<'a> Send for Subtable14<'a>
impl<'a> Sync for Subtable14<'a>
impl<'a> Unpin for Subtable14<'a>
impl<'a> UnwindSafe for Subtable14<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more