Struct harfbuzz_sys::hb_ot_var_axis_info_t [−][src]
#[repr(C)]pub struct hb_ot_var_axis_info_t { pub axis_index: c_uint, pub tag: hb_tag_t, pub name_id: hb_ot_name_id_t, pub flags: hb_ot_var_axis_flags_t, pub min_value: c_float, pub default_value: c_float, pub max_value: c_float, pub reserved: c_uint, }
hb_ot_var_axis_info_t:
Since: 2.2.0
Fields
axis_index: c_uint
tag: hb_tag_t
name_id: hb_ot_name_id_t
flags: hb_ot_var_axis_flags_t
min_value: c_float
default_value: c_float
max_value: c_float
reserved: c_uint
Trait Implementations
impl Clone for hb_ot_var_axis_info_t
[src]
impl Clone for hb_ot_var_axis_info_t
[src]