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 0.9.7
Removes all of the elements from first to last (inclusive) from set.
first
last
set
If last is #HB_SET_VALUE_INVALID, then all values greater than or equal to first are removed.
A set
The first element to remove from set
The final element to remove from set
0.9.7
Removes all of the elements from
firsttolast(inclusive) fromset.If
lastis #HB_SET_VALUE_INVALID, then all values greater than or equal tofirstare removed.