Function

HarfBuzz-0.0HarfBuzzset_add_sorted_arraySince 4.1.0

  • Adds num_codepoints codepoints to a set at once. The codepoints array must be in increasing order, with size at least num_codepoints.

    Parameters

    • set: set_t

      A set

    • sorted_codepoints: number[]

      Array of codepoints to add

    Returns void

    4.1.0