1. NAME

FcValueEqual - Test two values for equality

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcBool FcValueEqual(FcValue \fIv_a\fB);
 (FcValue \fIv_b\fB);
 \fR.fi

3. 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.

4. VERSION

Fontconfig version 2.8.0