FcStrSetEqual(3)
| FcStrSetEqual(3) | FcStrSetEqual(3) |
NAME
FcStrSetEqual - check sets for equality
SYNOPSIS
#include <fontconfig/fontconfig.h> FcBool FcStrSetEqual(FcStrSet *set_a); (FcStrSet *set_b); .fi
DESCRIPTION
Returns whether set_a contains precisely the same strings as set_b. Ordering of strings within the two sets is not considered.
| 01 September 2023 | Fontconfig 2.14.2 |
