Searched defs:AxisValueFormat2 (Results 1 – 3 of 3) sorted by relevance
88 struct AxisValueFormat2 struct90 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()91 float get_value () const { return nominalValue.to_float (); } in get_value()93 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()95 bool sanitize (hb_sanitize_context_t *c) const in sanitize()102 HBUINT16 format; /* Format identifier — set to 2. */103 HBUINT16 axisIndex; /* Zero-base index into the axis record array107 HBUINT16 flags; /* Flags — see below for details. */108 NameID valueNameID; /* The name ID for entries in the 'name' table111 HBFixed nominalValue; /* A numeric value for this attribute value. */[all …]
85 struct AxisValueFormat2 struct87 bool sanitize (hb_sanitize_context_t *c) const in sanitize()93 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()96 HBUINT16 format; /* Format identifier — set to 2. */97 HBUINT16 axisIndex; /* Zero-base index into the axis record array101 HBUINT16 flags; /* Flags — see below for details. */102 NameID valueNameID; /* The name ID for entries in the 'name' table105 Fixed nominalValue; /* A numeric value for this attribute value. */106 Fixed rangeMinValue; /* The minimum value for a range associated108 Fixed rangeMaxValue; /* The maximum value for a range associated