Struct owned_ttf_parser::post::Table [−][src]
pub struct Table<'a> {
pub italic_angle: f32,
pub underline_metrics: LineMetrics,
pub is_monospaced: bool,
pub names: Names<'a>,
}
Expand description
Fields
italic_angle: f32
Italic angle in counter-clockwise degrees from the vertical.
underline_metrics: LineMetrics
Underline metrics.
is_monospaced: bool
Flag that indicates that the font is monospaced.
names: Names<'a>
A list of glyph names.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more