Struct ttf_parser::vhea::Table
source · [−]pub struct Table {
pub ascender: i16,
pub descender: i16,
pub line_gap: i16,
pub number_of_metrics: u16,
}Expand description
Fields
ascender: i16Face ascender.
descender: i16Face descender.
line_gap: i16Face line gap.
number_of_metrics: u16Number of metrics in the vmtx table.
Implementations
Trait Implementations
impl Copy for Table
Auto Trait Implementations
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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