FcStrSetEqual(3) | FcStrSetEqual(3) |
FcStrSetEqual - check sets for equality
#include <fontconfig/fontconfig.h>
FcBool FcStrSetEqual (FcStrSet *set_a, FcStrSet *set_b);
Returns whether set_a contains precisely the same strings as set_b. Ordering of strings within the two sets is not considered.
15 May 2020 | Fontconfig 2.13.1 |