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

FcValueEqual - Test two values for equality

Description

Compares two values. Integers and Doubles are compared as numbers; otherwise the two values have to be the same type to be considered equal. Strings are compared ignoring case. Fontconfig 2.15.0 04 July 2025 FcValueEqual(3)

Name

FcValueEqual - Test two values for equality

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcValueEqual(FcValuev_a,FcValuev_b);

See Also