setNextMany
fn
uint 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
set | A set |
codepoint | Outputting 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.