Struct ttf_parser::vorg::Table [−][src]
pub struct Table<'a> {
pub default_y: i16,
pub metrics: LazyArray16<'a, VerticalOriginMetrics>,
}
Expand description
Fields
default_y: i16
Default origin.
metrics: LazyArray16<'a, VerticalOriginMetrics>
A list of metrics for each glyph.
Ordered by glyph_id
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more