mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-15 16:51:46 +00:00
21 lines
493 B
Groff
21 lines
493 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcMatrixMultiply" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcMatrixMultiply \- Multiply matrices
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
void FcMatrixMultiply(FcMatrix *\fIresult\fB);
|
||
|
(const FcMatrix *\fImatrix1\fB);
|
||
|
(const FcMatrix *\fImatrix2\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
\fBFcMatrixMultiply\fR multiplies
|
||
|
\fImatrix1\fR and \fImatrix2\fR storing
|
||
|
the result in \fIresult\fR\&.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|