gtkradiant/install/share/man/man3/FcMatrixScale.3
Clinton Freeman a6c7474450 try to fix
2012-05-07 23:24:01 -04:00

27 lines
520 B
Groff

.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
.TH "FcMatrixScale" "3" "18 November 2009" "" ""
.SH NAME
FcMatrixScale \- Scale a matrix
.SH SYNOPSIS
.nf
\fB#include <fontconfig.h>
.sp
void FcMatrixScale(FcMatrix *\fImatrix\fB);
(double \fIsx\fB);
(double \fIdy\fB);
\fR.fi
.SH "DESCRIPTION"
.PP
\fBFcMatrixScale\fR multiplies \fImatrix\fR
x values by \fIsx\fR and y values by
\fIsy\fR\&. This is done by multiplying by
the matrix:
.sp
.nf
sx 0
0 sy
.sp
.fi
.SH "VERSION"
.PP
Fontconfig version 2.8.0