pub struct HheaTable {
pub ascent: i16,
pub descent: i16,
pub line_gap: i16,
pub num_h_metrics: u16,
}Expand description
Parsed hhea table fields.
Fields§
§ascent: i16Ascent.
descent: i16Descent (negative).
line_gap: i16Line gap.
num_h_metrics: u16Number of horizontal metrics in hmtx.
Trait Implementations§
impl Copy for HheaTable
impl Eq for HheaTable
impl StructuralPartialEq for HheaTable
Auto Trait Implementations§
impl Freeze for HheaTable
impl RefUnwindSafe for HheaTable
impl Send for HheaTable
impl Sync for HheaTable
impl Unpin for HheaTable
impl UnwindSafe for HheaTable
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)