logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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