1FcMatrixEqual(3)                                              FcMatrixEqual(3)
2
3
4

NAME

6       FcMatrixEqual - Compare two matrices
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       void FcMatrixEqual(const FcMatrix *matrix1);
12       (const FcMatrix *matrix2);
13       .fi
14

DESCRIPTION

16       FcMatrixEqual  compares  matrix1 and matrix2 returning FcTrue when they
17       are equal and FcFalse when they are not.
18

VERSION

20       Fontconfig version 2.8.0
21
22
23
24                               18 November 2009               FcMatrixEqual(3)
Impressum