Function

HarfBuzz-0.0HarfBuzzset_nextSince 0.9.2

  • Fetches the next element in set that is greater than current value of codepoint.

    Set codepoint to #HB_SET_VALUE_INVALID to get started.

    Parameters

    • set: set_t

      A set

    • codepoint: number

      Input = Code point to query Output = Code point retrieved

    Returns [number, number]

    true if there was a next value, false otherwise

    0.9.2