Struct ttf_parser::vorg::VerticalOriginMetrics [−][src]
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
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
Mutably borrows from an owned value. Read more