Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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. Order-
     ing of strings within the two sets is not considered.

Fontconfig 2.17.1		  02 July 2025			FcStrSetEqual(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcStrSetEqual&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help