Struct owned_ttf_parser::hhea::Table [−][src]
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 hmtx table.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Table
impl UnwindSafe for Table
Blanket Implementations
Mutably borrows from an owned value. Read more
