Struct ttf_parser::math::GlyphAssembly
source · pub struct GlyphAssembly<'a> {
pub italics_correction: MathValue<'a>,
pub parts: LazyArray16<'a, GlyphPart>,
}Expand description
Fields§
§italics_correction: MathValue<'a>The italics correction of the assembled glyph.
parts: LazyArray16<'a, GlyphPart>Parts the assembly is composed of.
Trait Implementations§
source§impl<'a> Clone for GlyphAssembly<'a>
impl<'a> Clone for GlyphAssembly<'a>
source§fn clone(&self) -> GlyphAssembly<'a>
fn clone(&self) -> GlyphAssembly<'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