mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
18 lines
387 B
Groff
18 lines
387 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcMatrixCopy" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcMatrixCopy \- Copy a matrix
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
void FcMatrixCopy(const FcMatrix *\fImatrix\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
\fBFcMatrixCopy\fR allocates a new FcMatrix
|
||
|
and copies \fImat\fR into it.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|