Struct ttf_parser::math::GlyphVariant
source · Expand description
Description of math glyph variants.
Fields§
§variant_glyph: GlyphIdThe ID of the variant glyph.
advance_measurement: u16Advance width/height, in design units, of the variant glyph.
Trait Implementations§
source§impl Clone for GlyphVariant
impl Clone for GlyphVariant
source§fn clone(&self) -> GlyphVariant
fn clone(&self) -> GlyphVariant
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