20 lines
486 B
Groff
20 lines
486 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcMatrixEqual" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcMatrixEqual \- Compare two matrices
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
void FcMatrixEqual(const FcMatrix *\fImatrix1\fB);
|
|
(const FcMatrix *\fImatrix2\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcMatrixEqual\fR compares \fImatrix1\fR
|
|
and \fImatrix2\fR returning FcTrue when they are equal and
|
|
FcFalse when they are not.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|