Struct ttf_parser::kerx::AnchorPoints
source · pub struct AnchorPoints<'a>(_);Expand description
A container of Anchor Points used by Subtable4.
Implementations§
Trait Implementations§
source§impl<'a> Clone for AnchorPoints<'a>
impl<'a> Clone for AnchorPoints<'a>
source§fn clone(&self) -> AnchorPoints<'a>
fn clone(&self) -> AnchorPoints<'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