setNextMany

fnuint setNextMany(harfbuzz.set.Set set, harfbuzz.types.Codepoint codepoint, harfbuzz.types.Codepoint[] out_)

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

setA set
codepointOutputting codepoints starting after this one. Use #HB_SET_VALUE_INVALID to get started.
out_An array of codepoints to write to.

Returns

the number of values written.