Struct ttf_parser::VariationAxis [−][src]
#[repr(C)]pub struct VariationAxis { pub tag: Tag, pub min_value: f32, pub def_value: f32, pub max_value: f32, pub name_id: u16, pub hidden: bool, }
Expand description
Fields
tag: Tagmin_value: f32def_value: f32max_value: f32name_id: u16An axis name in the name table.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VariationAxis
impl Send for VariationAxis
impl Sync for VariationAxis
impl Unpin for VariationAxis
impl UnwindSafe for VariationAxis
Blanket Implementations
Mutably borrows from an owned value. Read more