Struct owned_ttf_parser::vorg::VerticalOriginMetrics
source · pub struct VerticalOriginMetrics {
pub glyph_id: GlyphId,
pub y: i16,
}
Expand description
Vertical origin metrics for the Vertical Origin Table.
Fields§
§glyph_id: GlyphId
Glyph ID.
y: i16
Y 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 moresource§impl Debug for VerticalOriginMetrics
impl Debug for VerticalOriginMetrics
source§impl FromData for VerticalOriginMetrics
impl FromData for VerticalOriginMetrics
impl Copy for VerticalOriginMetrics
Auto Trait Implementations§
impl Freeze for VerticalOriginMetrics
impl RefUnwindSafe for VerticalOriginMetrics
impl Send for VerticalOriginMetrics
impl Sync for VerticalOriginMetrics
impl Unpin for VerticalOriginMetrics
impl UnwindSafe for VerticalOriginMetrics
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more