|
NAMEFcStrSetEqual - check sets for equalitySYNOPSIS#include <fontconfig/fontconfig.h> FcBool FcStrSetEqual (FcStrSet *set_a, FcStrSet *set_b); DESCRIPTIONReturns whether set_a contains precisely the same strings as set_b. Ordering of strings within the two sets is not considered.
Visit the GSP FreeBSD Man Page Interface. |