c9c2f93b5d
to make room for a BSD make build system.
19 lines
508 B
Groff
19 lines
508 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcMatrixMultiply" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcMatrixMultiply \- Multiply matrices
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
void FcMatrixMultiply (FcMatrix *\fIresult\fB, const FcMatrix *\fImatrix1\fB, const FcMatrix *\fImatrix2\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcMatrixMultiply\fR multiplies
|
|
\fImatrix1\fR and \fImatrix2\fR storing
|
|
the result in \fIresult\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.10.91
|