Searched defs:AxisValueFormat3 (Results 1 – 1 of 1) sorted by relevance
120 struct AxisValueFormat3 struct122 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()123 float get_value () const { return value.to_float (); } in get_value()125 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()127 bool sanitize (hb_sanitize_context_t *c) const in sanitize()134 HBUINT16 format; /* Format identifier — set to 3. */135 HBUINT16 axisIndex; /* Zero-base index into the axis record array139 HBUINT16 flags; /* Flags — see below for details. */140 NameID valueNameID; /* The name ID for entries in the 'name' table143 HBFixed value; /* A numeric value for this attribute value. */[all …]