Struct ttf_parser::vorg::VerticalOriginMetrics
source · Expand description
Vertical origin metrics for the Vertical Origin Table.
Fields§
§glyph_id: GlyphIdGlyph ID.
y: i16Y coordinate, in the font’s design coordinate system, of the vertical origin.
Trait Implementations§
source§impl Clone for VerticalOriginMetrics
impl Clone for VerticalOriginMetrics
source§fn clone(&self) -> VerticalOriginMetrics
fn clone(&self) -> VerticalOriginMetrics
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