hb_ot_var_axis_info_t

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>

Members

Variables

axisIndex
uint axisIndex;

Index of the axis in the variation-axis array

defaultValue
float defaultValue;

The position on the variation axis corresponding to the font's defaults

flags
hb_ot_var_axis_flags_t flags;

The #hb_ot_var_axis_flags_t flags for the axis

maxValue
float maxValue;

The maximum value on the variation axis that the font covers

minValue
float minValue;

The mininum value on the variation axis that the font covers

nameId
hb_ot_name_id_t nameId;

The name table Name ID that provides display names for the axis

reserved
uint reserved;
Undocumented in source.
tag
hb_tag_t tag;

The #hb_tag_t tag identifying the design variation of the axis

Meta

Since

2.2.0