logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcStrSetEqual - check sets for equality

Description

Returns whether set_a contains precisely the same strings as set_b. Ordering of strings within the two sets is not considered. Fontconfig 2.15.0 04 July 2025 FcStrSetEqual(3)

Name

FcStrSetEqual - check sets for equality

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcStrSetEqual(FcStrSet*set_a,FcStrSet*set_b);

See Also