Struct ttf_parser::fvar::Table [−][src]
pub struct Table<'a> {
pub axes: LazyArray16<'a, VariationAxis>,
}
Expand description
Fields
axes: LazyArray16<'a, VariationAxis>
A list of variation axes.
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