1FcMatrixEqual(3) FcMatrixEqual(3)
23
4
NAME
6FcMatrixEqual - Compare two matrices
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
void FcMatrixEqual (const FcMatrix *matrix1, const FcMatrix *matrix2);
12
DESCRIPTION
14FcMatrixEqual compares matrix1 and matrix2 returning FcTrue when they
15are equal and FcFalse when they are not.
1617
18
19
Fontconfig 2.14.1 21 10月 2022 FcMatrixEqual(3)