true if the set is a subset of (or equal to) larger_set, false otherwise.harfbuzz.types.Bool setIsSubset(harfbuzz.set.Set set, harfbuzz.set.Set largerSet)Tests whether set is a subset of larger_set.
set | A set |
largerSet | Another set |
true if the set is a subset of (or equal to) larger_set, false otherwise.