Function

HarfBuzz-0.0HarfBuzzset_next_manySince 4.2.0

  • Finds the next element in set that is greater than codepoint. Writes out codepoints to out, until either the set runs out of elements, or size codepoints are written, whichever comes first.

    Parameters

    • set: set_t

      A set

    • codepoint: number

      Outputting codepoints starting after this one. Use #HB_SET_VALUE_INVALID to get started.

    • out: number[]

      An array of codepoints to write to.

    Returns number

    the number of values written.

    4.2.0