table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcStrSetEqual(3) | FcStrSetEqual(3) |
NAME¶
FcStrSetEqual - check sets for equality
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
FcBool FcStrSetEqual (FcStrSet *set_a, FcStrSet *set_b);
DESCRIPTION¶
Returns whether set_a contains precisely the same strings as set_b. Ordering of strings within the two sets is not considered.
18 September 2025 | Fontconfig 2.17.1 |