table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcValueEqual(3) | FcValueEqual(3) |
NAME¶
FcValueEqual - Test two values for equality
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
FcBool FcValueEqual (FcValue v_a, FcValue v_b);
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.
18 September 2025 | Fontconfig 2.17.1 |