Struct owned_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: i16
Face ascender.
descender: i16
Face descender.
line_gap: i16
Face line gap.
number_of_metrics: u16
Number of metrics in the vmtx
table.
Implementations§
Trait Implementations§
impl Copy for Table
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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