Struct 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: i16
Face ascender.
descender: i16
Face descender.
line_gap: i16
Face line gap.
number_of_metrics: u16
Number 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