xenocara/lib/fontconfig/doc/FcMatrixScale.3

28 lines
520 B
Groff
Raw Normal View History

.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
.TH "FcMatrixScale" "3" "18 November 2009" "" ""
2006-11-25 11:41:30 -07:00
.SH NAME
FcMatrixScale \- Scale a matrix
.SH SYNOPSIS
.nf
2006-11-25 11:41:30 -07:00
\fB#include <fontconfig.h>
.sp
void FcMatrixScale(FcMatrix *\fImatrix\fB);
(double \fIsx\fB);
(double \fIdy\fB);
\fR.fi
2006-11-25 11:41:30 -07:00
.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
2006-11-25 11:41:30 -07:00
the matrix:
.sp
2006-11-25 11:41:30 -07:00
.nf
sx 0
0 sy
.sp
2006-11-25 11:41:30 -07:00
.fi
.SH "VERSION"
.PP
Fontconfig version 2.8.0