Searched defs:AxisValueRecord (Results 1 – 1 of 1) sorted by relevance
268 struct AxisValueRecord struct270 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()271 float get_value () const { return value.to_float (); } in get_value()273 bool sanitize (hb_sanitize_context_t *c) const in sanitize()280 HBUINT16 axisIndex; /* Zero-base index into the axis record array283 F16DOT16 value; /* A numeric value for this attribute value. */