Struct ttf_parser::math::MathValues
source · pub struct MathValues<'a> { /* private fields */ }Expand description
A mapping from glyphs to Math Values.
Implementations§
Trait Implementations§
source§impl<'a> Clone for MathValues<'a>
impl<'a> Clone for MathValues<'a>
source§fn clone(&self) -> MathValues<'a>
fn clone(&self) -> MathValues<'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