setNextMany

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 harfbuzz.set.Set

A set

codepoint harfbuzz.types.Codepoint

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

out_ harfbuzz.types.Codepoint[]

An array of codepoints to write to.

Return Value

Type: uint

the number of values written.