setPrevious

fnharfbuzz.types.Bool setPrevious(harfbuzz.set.Set set, ref harfbuzz.types.Codepoint codepoint) nothrow

Fetches the previous element in set that is lower than current value of codepoint.

Set codepoint to #HB_SET_VALUE_INVALID to get started.

Parameters

setA set
codepointInput = Code point to query
OutputCode point retrieved

Returns

true if there was a previous value, false otherwise