setPreviousRange

fnharfbuzz.types.Bool setPreviousRange(harfbuzz.set.Set set, ref harfbuzz.types.Codepoint first, out harfbuzz.types.Codepoint last) nothrow

Fetches the previous consecutive range of elements in set that are greater than current value of last.

Set first to #HB_SET_VALUE_INVALID to get started.

Parameters

setA set
firstInput = The current first code point in the range
OutputThe first code point in the range
lastThe last code point in the range

Returns

true if there was a previous range, false otherwise