Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <hb-ot-var.h>
Data Fields | |
unsigned int | axis_index |
hb_tag_t | tag |
hb_ot_name_id_t | name_id |
hb_ot_var_axis_flags_t | flags |
float | min_value |
float | default_value |
float | max_value |
unsigned int | reserved |
hb_ot_var_axis_info_t: @axis_index: Index of the axis in the variation-axis array @tag: The hb_tag_t tag identifying the design variation of the axis @name_id: The name
table Name ID that provides display names for the axis @flags: The hb_ot_var_axis_flags_t flags for the axis @min_value: The minimum value on the variation axis that the font covers @default_value: The position on the variation axis corresponding to the font's defaults @max_value: The maximum value on the variation axis that the font covers
Data type for holding variation-axis values.
The minimum, default, and maximum values are in un-normalized, user scales.
<note>Note: at present, the only flag defined for @flags is HB_OT_VAR_AXIS_FLAG_HIDDEN.</note>
Since: 2.2.0
Definition at line 125 of file hb-ot-var.h.
unsigned int hb_ot_var_axis_info_t::axis_index |
Definition at line 126 of file hb-ot-var.h.
float hb_ot_var_axis_info_t::default_value |
Definition at line 131 of file hb-ot-var.h.
hb_ot_var_axis_flags_t hb_ot_var_axis_info_t::flags |
Definition at line 129 of file hb-ot-var.h.
float hb_ot_var_axis_info_t::max_value |
Definition at line 132 of file hb-ot-var.h.
float hb_ot_var_axis_info_t::min_value |
Definition at line 130 of file hb-ot-var.h.
hb_ot_name_id_t hb_ot_var_axis_info_t::name_id |
Definition at line 128 of file hb-ot-var.h.
unsigned int hb_ot_var_axis_info_t::reserved |
Definition at line 134 of file hb-ot-var.h.
hb_tag_t hb_ot_var_axis_info_t::tag |
Definition at line 127 of file hb-ot-var.h.