Struct ttf_parser::vorg::VerticalOriginMetrics
source · [−]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
sourceimpl Clone for VerticalOriginMetrics
impl Clone for VerticalOriginMetrics
sourcefn clone(&self) -> VerticalOriginMetrics
fn clone(&self) -> VerticalOriginMetrics
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for VerticalOriginMetrics
impl Debug for VerticalOriginMetrics
sourceimpl FromData for VerticalOriginMetrics
impl FromData for VerticalOriginMetrics
impl Copy for VerticalOriginMetrics
Auto Trait Implementations
impl RefUnwindSafe for VerticalOriginMetrics
impl Send for VerticalOriginMetrics
impl Sync for VerticalOriginMetrics
impl Unpin for VerticalOriginMetrics
impl UnwindSafe for VerticalOriginMetrics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more