Function

HarfBuzz-0.0HarfBuzzset_next_rangeSince 0.9.7

  • Fetches the next consecutive range of elements in set that are greater than current value of last.

    Set last to #HB_SET_VALUE_INVALID to get started.

    Parameters

    • set: set_t

      A set

    • last: number

      Input = The current last code point in the range Output = The last code point in the range

    Returns [number, number, number]

    true if there was a next range, false otherwise

    0.9.7