Struct ttf_parser::math::GlyphConstruction
source · pub struct GlyphConstruction<'a> {
pub assembly: Option<GlyphAssembly<'a>>,
pub variants: LazyArray16<'a, GlyphVariant>,
}Expand description
Fields§
§assembly: Option<GlyphAssembly<'a>>A general recipe on how to construct a variant with large advance width/height.
variants: LazyArray16<'a, GlyphVariant>Prepared variants of the glyph with varying advances.
Trait Implementations§
source§impl<'a> Clone for GlyphConstruction<'a>
impl<'a> Clone for GlyphConstruction<'a>
source§fn clone(&self) -> GlyphConstruction<'a>
fn clone(&self) -> GlyphConstruction<'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