Searched defs:AxisValueRecord (Results 1 – 1 of 1) sorted by relevance
150 struct AxisValueRecord struct152 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()153 float get_value () const { return value.to_float (); } in get_value()155 bool sanitize (hb_sanitize_context_t *c) const in sanitize()162 HBUINT16 axisIndex; /* Zero-base index into the axis record array165 HBFixed value; /* A numeric value for this attribute value. */