www.LinuxHowtos.org
FcStrSetEqual
Section: (3)Updated: 05 8月 2016
Index Return to Main Contents
NAME
FcStrSetEqual - check sets for equalitySYNOPSIS
#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.