TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 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.
set
codepoint
out
size
A set
Outputting codepoints starting after this one. Use #HB_SET_VALUE_INVALID to get started.
An array of codepoints to write to.
the number of values written.
4.2.0
Finds the next element in
setthat is greater thancodepoint. Writes out codepoints toout, until either the set runs out of elements, orsizecodepoints are written, whichever comes first.