Struct ttf_parser::avar::AxisValueMap
source · Expand description
An axis value map.
Fields§
§from_coordinate: i16A normalized coordinate value obtained using default normalization.
to_coordinate: i16The modified, normalized coordinate value.
Trait Implementations§
source§impl Clone for AxisValueMap
impl Clone for AxisValueMap
source§fn clone(&self) -> AxisValueMap
fn clone(&self) -> AxisValueMap
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